The Lexer type exposes the following members.
Properties
Name | Description | |
---|---|---|
PdfLength |
Gets the length of the PDF output.
| |
Position |
Gets or sets the position within the PDF stream.
| |
Symbol |
Gets the current symbol.
| |
Token |
Gets the current token.
| |
TokenToBoolean |
Interprets current token as boolean literal.
| |
TokenToInteger |
Interprets current token as integer literal.
| |
TokenToObjectID |
Interprets current token as object ID.
| |
TokenToReal |
Interprets current token as real or integer literal.
| |
TokenToUInteger |
Interprets current token as unsigned integer literal.
|
See Also