NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TextInfo.ANSICodePage

Represents the ANSI code page.

[Visual Basic]
Overridable Public ReadOnly Property ANSICodePage As Integer
[C#]
public int ANSICodePage {virtual get;}
[C++]
public: __property virtual int get_ANSICodePage();
[JScript]
public function get ANSICodePage() : int;

See Also

TextInfo Class | TextInfo Members | System.Globalization Namespace