[]
        
(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)
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)
Parameters
Type Name Description
GcPdfDocument doc

The value of Doc.

int id

The object ID.