[]
The abstract class representing a PDF indirect object.
public abstract class PdfIndirectObject<TValue> : PdfIndirectObjectBase where TValue : IPdfObject
TValue
Initializes a new instance of the PdfIndirectObject<TValue> class.
public PdfIndirectObject(TValue value)
value
TValueThe value of Value.
Gets the GrapeCity.Documents.Pdf.Spec.IPdfObject that defines the value of this PdfIndirectObjectBase. That should be a direct object.
public override IPdfObject Value { get; }