ImageGear23.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFBasDict Class : ImGearPDFBasDict Constructor |
'Declaration Public Function New( _ ByVal document As ImGearPDFDocument, _ ByVal isIndirect As Boolean, _ ByVal length As UInteger _ )
'Usage Dim document As ImGearPDFDocument Dim isIndirect As Boolean Dim length As UInteger Dim instance As New ImGearPDFBasDict(document, isIndirect, length)
public ImGearPDFBasDict( ImGearPDFDocument document, bool isIndirect, uint length )
public: ImGearPDFBasDict( ImGearPDFDocument* document, bool isIndirect, uint length )
public: ImGearPDFBasDict( ImGearPDFDocument^ document, bool isIndirect, uint length )