ImageGear for .NET
ImGearPDFBasDict Constructor
See Also  Send Feedback
ImageGear21.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFBasDict Class : ImGearPDFBasDict Constructor




document
The document in which the dictionary is used.
isIndirect
If True, creates the dictionary as an indirect object. If False, creates the dictionary as a direct object.
length
Number of entries in the dictionary. This value is only a hint - the dictionaries grow dynamically as needed.

Glossary Item Box

Initializes a new instance of the ImGearPDFBasDict class.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

document
The document in which the dictionary is used.
isIndirect
If True, creates the dictionary as an indirect object. If False, creates the dictionary as a direct object.
length
Number of entries in the dictionary. This value is only a hint - the dictionaries grow dynamically as needed.

Return Value

The new instance of ImGearPDFBasDict class object.

Remarks

Creates a new dictionary object associated with the specified document and with the specified value.

See Also

©2013. Accusoft Corporation. All Rights Reserved.