PdfStringEncoding EnumerationTerminal Works - PDF Printing.Net Library
Determines the encoding of a PdfString or PdfStringObject.

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

[FlagsAttribute]
public enum PdfStringEncoding
Members

  Member nameValueDescription
RawEncoding0 The characters of the string are actually bytes with an unknown or context specific meaning or encoding. With this encoding the 8 high bits of each character is zero.
StandardEncoding1 Not yet used by PDFEdit.
PDFDocEncoding2 The characters of the string are actually bytes with PDF document encoding. With this encoding the 8 high bits of each character is zero.
WinAnsiEncoding3 The characters of the string are actually bytes with Windows ANSI encoding. With this encoding the 8 high bits of each character is zero.
MacRomanEncoding5 Not yet used by PDFEdit.
MacExpertEncoding5 Not yet used by PDFEdit.
Unicode6 The characters of the string are Unicode characters.
See Also

Reference