Property CodePage
CodePage
Gets or sets the code page declared as \ansicpg. Content outside it is written
as \u escapes rather than as raw bytes, so this setting affects the file's size
and its readability to old readers, never which characters survive.
public int CodePage { get; set; }
Property Value
Exceptions
- ArgumentOutOfRangeException
The value is not positive.