DefaultWebOptions.Encoding Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets the document encoding (code page or character set) to be used by the Web browser when you view the saved document. The default is the system code page.
public:
property Microsoft::Office::Core::MsoEncoding Encoding { Microsoft::Office::Core::MsoEncoding get(); void set(Microsoft::Office::Core::MsoEncoding value); };
public Microsoft.Office.Core.MsoEncoding Encoding { get; set; }
Public Property Encoding As MsoEncoding
Property Value
Remarks
You cannot use any of the MsoEncoding constants that have the suffix AutoDetect. These constants are used by the ReloadAs(MsoEncoding) method.