WebOptions.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.
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; }
member this.Encoding : Microsoft.Office.Core.MsoEncoding with get, set
Public Property Encoding As MsoEncoding