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




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

Glossary Item Box

Initializes a new instance of the ImGearPDFBasArray class.

Syntax

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

Parameters

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

Return Value

The new instance of ImGearPDFBasArray class object.

Remarks

This constructor creates a new array object associated with the specified document and with the specified value.

See Also

©2013. Accusoft Corporation. All Rights Reserved.