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




document
The document in which the boolean is used.
isIndirect
If True, creates the boolean object as an indirect object. If False, creates the boolean as a direct object.
value
The value the new boolean will have.

Glossary Item Box

Initializes a new instance of the ImGearPDFBasBool class.

Syntax

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

Parameters

document
The document in which the boolean is used.
isIndirect
If True, creates the boolean object as an indirect object. If False, creates the boolean as a direct object.
value
The value the new boolean will have.

Return Value

The new instance of ImGearPDFBasBool class object.

Remarks

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

See Also

©2013. Accusoft Corporation. All Rights Reserved.