Namespace: BitMiracle.Docotic.Pdf
public sealed class CosArray : CosObject
Public NotInheritable Class CosArray Inherits CosObject
The CosArray type exposes the following members.
Name | Description | |
---|---|---|
![]() | Type |
Gets the type of this CosObject.
(Overrides CosObject.Type.) |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
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 ].