GlobalFontSettingsDefaultFontEncoding Property Terminal Works - PDF Printing.Net Library
Gets or sets the default font encoding used for XFont objects where encoding is not explicitly specified. If it is not set, the default value is PdfFontEncoding.Unicode. If you are sure your document contains only Windows-1252 characters (see https://en.wikipedia.org/wiki/Windows-1252) set default encoding to PdfFontEncodingj.Windows1252. Must be set only once per app domain.

Namespace: PdfEdit.Fonts
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public static PdfFontEncoding DefaultFontEncoding { get; set; }

Property Value

Type: PdfFontEncoding
See Also

Reference