Description:
Creates a new array object associated with the specified document and with the specified value.
Syntax:
CreateBasArray (Doc As IGPDFDoc, Indirect As Boolean, Elements
As Long) As IGPDFBasArray
Parameters:
Name |
Description |
Doc |
The document in which the array is used. |
Indirect |
If True, creates the array as an indirect object. If False, creates the array as a direct object. |
Elements |
Number of entries in the array. This value is only a hint - the arrays grow dynamically as needed. |
Return Value:
IGPDFBasArray Object