PDFsharp-net6

PdfTextStringEncoding

Namespace: PdfSharp.Pdf

Specifies how text strings are encoded. A text string is any text used outside of a page content stream, e.g. document information, outline text, annotation text etc.

public enum PdfTextStringEncoding

Inheritance ObjectValueTypeEnumPdfTextStringEncoding
Implements IComparable, IFormattable, IConvertible

Fields

Name Value Description
PDFDocEncoding 0 Specifies that hypertext uses PDF DocEncoding.
Unicode 1 Specifies that hypertext uses Unicode encoding.