Table of Contents

Enum CStringType

Namespace
PdfSharp.Pdf.Content.Objects
Assembly
PdfSharp-gdi.dll

Type of the parsed string.

public enum CStringType

Fields

Dictionary = 4

HACK: The string is the content of a dictionary. Currently, there is no parser for dictionaries in Content Streams.

HexString = 1

The string has the format "<...>".

String = 0

The string has the format "(...)".

UnicodeHexString = 3

The string... TODO.

UnicodeString = 2

The string... TODO.