PDFCosObjectType¶
Namespace: O2S.Components.PDF4NET.Core.Cos
Specifies the available PDF object types.
Inheritance Object → ValueType → Enum → PDFCosObjectType
Implements
Fields¶
| Name | Value | Description |
|---|---|---|
| IndirectReference | 0 | Indirect reference |
| CosContainer | 1 | Standalone COS object |
| Cos | 2 | COS object |
| Dictionary | 3 | Dictionary |
| Array | 4 | Array |
| Number | 5 | Number |
| String | 6 | String |
| Name | 7 | Name |
| Bool | 8 | Bool |
| Null | 10 | Null object |