Class CosArray
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Class for a low-level PDF array object.
public sealed class CosArray : CosObject
- Inheritance
-
CosArray
- Inherited Members
Remarks
An array object is a one-dimensional collection of objects arranged sequentially. PDF arrays may be heterogeneous - an array's elements may be any combination of numbers, strings, dictionaries, or any other COS objects, including other arrays. An array may have zero elements.
An example of an array object in a PDF file: [ 549 3.14 false (Ralph) /SomeName ]
.