[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.PdfRefObject

Class PdfRefObject

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

The PDF Ref indirect object.

public class PdfRefObject : PdfIndirectObject<PdfRef>, IPdfRef
Inheritance
object
PdfRefObject
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Extension Methods

Constructors

PdfRefObject(PdfRef)

Initializes a new instance of the PdfRefObject class.

public PdfRefObject(PdfRef value)

Parameters

value PdfRef

The value of Value.

Properties

Ref

Gets the underlying PdfRef object.

public PdfRef Ref { get; }

Property Value

PdfRef