_Document.SaveEncoding Property
Returns or sets the encoding to use when saving a document.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property SaveEncoding As MsoEncoding
Get
Set
'Usage
Dim instance As _Document
Dim value As MsoEncoding
value = instance.SaveEncoding
instance.SaveEncoding = value
MsoEncoding SaveEncoding { get; set; }
Property Value
Type: MsoEncoding