[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.PdfRef

PdfRef Class

Represents a PDF Ref object. This class overrides and implements:

Inheritance
PdfRef
Implements
Namespace: GrapeCity.Documents.Pdf.Spec
Assembly: DS.Documents.Pdf.dll
Syntax
public class PdfRef : IPdfRef, IEquatable<PdfRef>
Public Class PdfRef
    Implements IPdfRef, IEquatable(Of PdfRef)

Constructors

Name Description
PdfRef(GcPdfDocument, PdfObjID)

Initializes a new instance of the PdfRef class.

PdfRef(GcPdfDocument, int)

Initializes a new instance of the PdfRef class.

Properties

Name Description
Doc

Gets the GcPdfDocument owning the object referenced by this PdfRef.

ObjID

Gets the ID of the referenced object.

Methods

Name Description
Equals(PdfRef)

Checks whether this PdfRef is equal to value.

Equals(object)
GetHashCode()
ToString()

Extension Methods