![]() |
Vanilla.PDF
2.0.0
Cross-platform toolkit for creating and modifying PDF documents
|
This file contains class definitions for StringObjectHandle. More...
Go to the source code of this file.
Enumerations | |
| enum | StringType { StringType_Undefined = 0 , StringType_Literal , StringType_Hexadecimal } |
| Derived types of StringObjectHandle. More... | |
This file contains class definitions for StringObjectHandle.
| enum StringType |
Derived types of StringObjectHandle.
| Enumerator | |
|---|---|
| StringType_Undefined | Undefined unitialized default value, triggers error when used. |
| StringType_Literal | A literal string is preferable for printable data.
|
| StringType_Hexadecimal | A hexadecimal string is preferable for arbitrary binary data.
|