Table of Contents

Enum CosObjectType

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Specifies the type of a CosObject.

public enum CosObjectType

Fields

Array = 4

Array object. See CosArray class.

Boolean = 0

Boolean object. See CosBoolean class.

Dictionary = 5

Dictionary object. See CosDictionary class.

Name = 3

Name object. See CosName class.

Null = 7

Null object. See CosNull class.

Number = 1

Numeric object. See CosNumber class.

Stream = 6

Dictionary object. See CosStream class.

String = 2

String object. See CosString class.