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 Object → ValueType → Enum → PdfTextStringEncoding
Implements IComparable, IFormattable, IConvertible
| Name | Value | Description |
|---|---|---|
| PDFDocEncoding | 0 | Specifies that hypertext uses PDF DocEncoding. |
| Unicode | 1 | Specifies that hypertext uses Unicode encoding. |