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)
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