alias PDF::ObjType
Overview
PDF supports eight basic types of object,five atoms and three comprehensives:
- Boolean values
- Integer and real numbers
- Strings
- Names
- Arrays
- Dictionaries
- Streams
- The null object (represented as nil in crystal)
Also, object with id are interreferenced, and therefore should be constructed cautiously. Their ID to are allocated at output Time
Alias Definition
Array(PDF::ObjType) | Bool | Float64 | Hash(String, PDF::ObjType) | Int64 | PDF::Name | PDF::PdfRef | PDF::Stream | String | Nil