DL Logo

General Enumerations

CosOptions

Header: CosExpT.h:61

Enum Constants

CosNull=0
A NULL object or an invalid object.
CosInteger=1
An integer object.
CosFixed=2
A fixed number object. It is a deprecated type-name for real numbers.
CosReal=2
A preferred type-name for real numbers.
CosBoolean=3
An ASBool object.
CosName=4
A name object.
CosString=5
A string object.
CosDict=6
A dictionary object.
CosArray=7
An array object.
CosStream=8
A stream object.

cosOpenOptions

Header: CosExpT.h:143

Enum Constants

cosOpenRaw
The data will be decrypted but not filtered.
cosOpenUnfiltered
cosOpenFiltered
The data will be both decrypted and filtered. (This is the usual case.)
cosOpenRawIgnoreFKey
cosOpenUnfilteredIgnoreFKey
cosOpenFilteredIgnoreFKey
cosOpenFilteredStrict