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