DefaultAnsiEncoding

LoadOptions.DefaultAnsiEncoding property

Gets the default ANSI encoding which is used for encoding detection.

public Encoding DefaultAnsiEncoding { get; }

Property Value

An instance of Encoding class that represents the document encoding; null if it isn’t set.

See Also