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