Table of Contents

Enum CSymbol

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

Terminal symbols recognized by PDF content stream lexer.

public enum CSymbol

Fields

BeginArray = 10
Comment = 1
Dictionary = 12
EndArray = 11
Eof = 13
Error = -1
HexString = 5
Integer = 2
Name = 8
None = 0
Operator = 9
Real = 3
String = 4
UnicodeHexString = 7
UnicodeString = 6