ImageGear for .NET
PutBool Method
See Also  Send Feedback
ImageGear21.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFBasArray Class : PutBool 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
The integer value to insert into array.

Glossary Item Box

Puts the specified boolean 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
The integer value to insert into array.

Remarks

The array is extended as much as necessary.

See Also

©2013. Accusoft Corporation. All Rights Reserved.