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




index
The location in array to store a value. The first element of an array has an index of zero.
isIndirect
If true, creates the key value as an indirect object. If false, creates the key value as a direct object.
value
Fixed value to put in the array.

Glossary Item Box

Puts the specified fixed value into the specified location in an array.

Syntax

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

Parameters

index
The location in array to store a value. The first element of an array has an index of zero.
isIndirect
If true, creates the key value as an indirect object. If false, creates the key value as a direct object.
value
Fixed value to put in the array.

Remarks

The array is extended as much as necessary.

See Also

©2013. Accusoft Corporation. All Rights Reserved.