Click or drag to resize

PdfiumDefaultAnsiEncoding Property

Gets or sets the encoding that is used to encode/decode ANSI strings.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static Encoding DefaultAnsiEncoding { get; set; }

Property Value

Encoding
Remarks
By default used the system's current ANSI code page.
See Also