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

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

    Parameters

    doc
    The value of Doc.
    objID
    The value of ObjID.
    See Also