Table of Contents

Enum PdfTextStringEncoding

Namespace
PdfSharp.Pdf
Assembly
PdfSharp.dll

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

Fields

PDFDocEncoding = 0

Specifies that hypertext uses PDF DocEncoding.

Unicode = 1

Specifies that hypertext uses Unicode encoding.