ImageGear v26.0 - Updated
ImGearPDFBasBool Constructor




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFBasBool Class : ImGearPDFBasBool Constructor
The document in which the boolean is used.
If True, creates the boolean object as an indirect object. If False, creates the boolean as a direct object.
The value the new boolean will have.
Initializes a new instance of the ImGearPDFBasBool class.
Syntax
'Declaration
 
Public Function New( _
   ByVal document As ImGearPDFDocument, _
   ByVal isIndirect As Boolean, _
   ByVal value As Boolean _
)
'Usage
 
Dim document As ImGearPDFDocument
Dim isIndirect As Boolean
Dim value As Boolean
 
Dim instance As New ImGearPDFBasBool(document, isIndirect, value)
public ImGearPDFBasBool( 
   ImGearPDFDocument document,
   bool isIndirect,
   bool value
)
public: ImGearPDFBasBool( 
   ImGearPDFDocument* document,
   bool isIndirect,
   bool value
)
public:
ImGearPDFBasBool( 
   ImGearPDFDocument^ document,
   bool isIndirect,
   bool value
)

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

Reference

ImGearPDFBasBool Class
ImGearPDFBasBool Members
ImGearPDFDocument Class

Is this page helpful?
Yes No
Thanks for your feedback.