Table of Contents

Enum StringToken.Encoding

Namespace
UglyToad.PdfPig.Tokens
Assembly
UglyToad.PdfPig.Tokens.dll

The encoding used to convert the underlying file bytes to the string.

public enum StringToken.Encoding : byte

Fields

Iso88591 = 0

Iso88591.

Utf16 = 1

UTF-16.

Utf16BE = 2

UTF-16 Big Endian.