WebOptions.Encoding Property
Returns or sets the document encoding (code page or character set) to be used by the Web browser when you view the saved document.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property Encoding As MsoEncoding
Get
Set
'Usage
Dim instance As WebOptions
Dim value As MsoEncoding
value = instance.Encoding
instance.Encoding = value
MsoEncoding Encoding { get; set; }
Property Value
Type: MsoEncoding