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