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




key
The key whose value is set. See the PDF Reference to obtain the names of keys in dictionary objects that are part of standard PDF, such as annotations or page objects.
isIndirect
If true, creates the key value as an indirect object. If false, creates the key value as a direct object.
value
The boolean value to set.

Glossary Item Box

Sets the Boolean value of a dictionary key, adding the key to the dictionary if it is not already present.

Syntax

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

Parameters

key
The key whose value is set. See the PDF Reference to obtain the names of keys in dictionary objects that are part of standard PDF, such as annotations or page objects.
isIndirect
If true, creates the key value as an indirect object. If false, creates the key value as a direct object.
value
The boolean value to set.

See Also

©2013. Accusoft Corporation. All Rights Reserved.