[]
Represents a PDF Ref object. This class overrides and implements:
public class PdfRef : IPdfRef, IEquatable<PdfRef>
Public Class PdfRef
Implements IPdfRef, IEquatable(Of PdfRef)
Name | Description |
---|---|
PdfRef(GcPdfDocument, PdfObjID) | Initializes a new instance of the PdfRef class. |
PdfRef(GcPdfDocument, int) | Initializes a new instance of the PdfRef class. |
Name | Description |
---|---|
Doc | Gets the GcPdfDocument owning the object referenced by this PdfRef. |
ObjID | Gets the ID of the referenced object. |
Name | Description |
---|---|
Equals(PdfRef) | Checks whether this PdfRef is equal to |
Equals(object) | |
GetHashCode() | |
ToString() |