ImageGear23.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFBasInt Class : ImGearPDFBasInt Constructor |
'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 )