[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.PdfIndirectObject-1

Class PdfIndirectObject<TValue>

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

The abstract class representing a PDF indirect object.

public abstract class PdfIndirectObject<TValue> : PdfIndirectObjectBase where TValue : IPdfObject

Type Parameters

TValue
Inheritance
object
PdfIndirectObject<TValue>
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

PdfIndirectObject(TValue)

Initializes a new instance of the PdfIndirectObject<TValue> class.

public PdfIndirectObject(TValue value)

Parameters

value TValue

The value of Value.

Properties

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; }

Property Value

GrapeCity.Documents.Pdf.Spec.IPdfObject