Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfObjID Structure / PdfObjID Constructor
The value of ID.
The value of Gen.

In This Topic
    PdfObjID Constructor
    In This Topic
    Initializes a new instance of the PdfObjID structure.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal objID As System.Integer, _
       ByVal gen As System.Integer _
    )
    public PdfObjID( 
       System.int objID,
       System.int gen
    )

    Parameters

    objID
    The value of ID.
    gen
    The value of Gen.
    See Also