Class CosArray
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Class for a low-level PDF array object.
public sealed class CosArray : CosObject, IEnumerable<CosObject>, IEnumerable
- Inheritance
-
CosArray
- Implements
- 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 ]
.
The Docotic.Pdf Library Documentation page contains links to articles, guides, and sample code.
Properties
Methods
- GetEnumerator()
Returns an enumerator that iterates through the collection.