[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.PdfRef

Class PdfRef

Namespace
GrapeCity.Documents.Pdf.Spec
Assembly
GcDocs.Pdf.dll

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

public class PdfRef : IPdfRef, IEquatable<PdfRef>
Inheritance
object
PdfRef
Implements
System.IEquatable<T><PdfRef>
Inherited Members
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
object.MemberwiseClone()
Extension Methods

Constructors

PdfRef(GcPdfDocument, PdfObjID)

Initializes a new instance of the PdfRef class.

public PdfRef(GcPdfDocument doc, PdfObjID objID)

Parameters

doc GcPdfDocument

The value of Doc.

objID PdfObjID

The value of ObjID.

PdfRef(GcPdfDocument, int)

Initializes a new instance of the PdfRef class.

public PdfRef(GcPdfDocument doc, int id)

Parameters

doc GcPdfDocument

The value of Doc.

id int

The object ID.

Properties

Doc

Gets the GcPdfDocument owning the object referenced by this PdfRef.

public GcPdfDocument Doc { get; }

Property Value

GcPdfDocument

ObjID

Gets the ID of the referenced object.

public PdfObjID ObjID { get; }

Property Value

PdfObjID

Methods

Equals(PdfRef)

Checks whether this PdfRef is equal to value.

public bool Equals(PdfRef value)

Parameters

value PdfRef

Returns

bool

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

ToString()

public override string ToString()

Returns

string