'Declaration Public Function New( _ ByVal document As ImGearPDFDocument, _ ByVal isIndirect As Boolean, _ ByVal value As Integer _ )
'Usage Dim document As ImGearPDFDocument Dim isIndirect As Boolean Dim value As Integer Dim instance As New ImGearPDFBasInt(document, isIndirect, value)
public ImGearPDFBasInt( ImGearPDFDocument document, bool isIndirect, int value )
public: ImGearPDFBasInt( ImGearPDFDocument* document, bool isIndirect, int value )
public: ImGearPDFBasInt( ImGearPDFDocument^ document, bool isIndirect, int value )
Parameters
- document
 - The document in which the integer is used.
 - isIndirect
 - If True, creates the integer as an indirect object. If False, creates the integer as a direct object.
 - value
 - The value the new integer will have.
 
Return Value
The new instance of ImGearPDFBasInt class object.