'Declaration
Public Function New( _
ByVal As ImGearPDFDocument, _
ByVal As Boolean, _
ByVal As Integer _
)
'Usage
Dim document As ImGearPDFDocument
Dim isIndirect As Boolean
Dim value As Integer
Dim instance As New ImGearPDFBasInt(document, isIndirect, value)