WordServiceFormats.WebPage Property
Gets or sets a value that indicates whether the service application can read Single File Web Page files (MHT/MHTML).
Namespace: Microsoft.Office.Word.Server.Service
Assembly: Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)
Syntax
'Declaration
Public Property WebPage As Boolean
Get
Set
'Usage
Dim instance As WordServiceFormats
Dim value As Boolean
value = instance.WebPage
instance.WebPage = value
public bool WebPage { get; set; }
Property Value
Type: System.Boolean
Returns Boolean.
Remarks
The default value for this setting is true.