PDFsharp-net6

CStringType

Namespace: PdfSharp.Pdf.Content.Objects

Type of the parsed string.

public enum CStringType

Inheritance ObjectValueTypeEnumCStringType
Implements IComparable, IFormattable, IConvertible

Fields

Name Value Description
String 0 The string has the format “(…)”.
HexString 1 The string has the format “<…>”.
UnicodeString 2 The string… TODO.
UnicodeHexString 3 The string… TODO.
Dictionary 4 HACK: The string is the content of a dictionary. Currently there is no parser for dictionaries in Content Streams.