Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfRef Class / PdfRef Constructor / PdfRef Constructor(GcPdfDocument,Int32)
The value of Doc.
The object ID.

In This Topic
    PdfRef Constructor(GcPdfDocument,Int32)
    In This Topic
    Initializes a new instance of the PdfRef class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal doc As GcPdfDocument, _
       ByVal id As System.Integer _
    )
    public PdfRef( 
       GcPdfDocument doc,
       System.int id
    )

    Parameters

    doc
    The value of Doc.
    id
    The object ID.
    See Also