Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfIntObject Class / PdfIntObject Constructor
The object's ID.
The object's value.

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

    Parameters

    objID
    The object's ID.
    value
    The object's value.
    See Also