The character encoding used in the document Stream, if applicable.
Declaration Syntax
C# | Visual Basic | Visual C++ |
protected Encoding Encoding { get; set; }
Protected Property Encoding As Encoding
protected: property Encoding^ Encoding { Encoding^ get (); void set (Encoding^ value); }