[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.PdfRef.-ctor

PdfRef Constructor

PdfRef(GcPdfDocument, PdfObjID)

Initializes a new instance of the PdfRef class.

Declaration
public PdfRef(GcPdfDocument doc, PdfObjID objID)
Public Sub New(doc As GcPdfDocument, objID As PdfObjID)
Parameters
Type Name Description
GcPdfDocument doc

The value of Doc.

PdfObjID objID

The value of ObjID.

PdfRef(GcPdfDocument, int)

Initializes a new instance of the PdfRef class.

Declaration
public PdfRef(GcPdfDocument doc, int id)
Public Sub New(doc As GcPdfDocument, id As Integer)
Parameters
Type Name Description
GcPdfDocument doc

The value of Doc.

int id

The object ID.