[]
Initializes a new instance of the PdfRef class.
public PdfRef(GcPdfDocument doc, PdfObjID objID)
Public Sub New(doc As GcPdfDocument, objID As PdfObjID)
Type | Name | Description |
---|---|---|
GcPdfDocument | doc | The value of Doc. |
PdfObjID | objID | The value of ObjID. |
Initializes a new instance of the PdfRef class.
public PdfRef(GcPdfDocument doc, int id)
Public Sub New(doc As GcPdfDocument, id As Integer)
Type | Name | Description |
---|---|---|
GcPdfDocument | doc | The value of Doc. |
int | id | The object ID. |