[]
Base abstract class representing a PDF indirect object.
public abstract class PdfIndirectObjectBase
| Name | Description |
|---|---|
| PdfIndirectObjectBase() |
| Name | Description |
|---|---|
| ObjID | Gets or sets the ID of the indirect object. |
| Value | Gets the GrapeCity.Documents.Pdf.Spec.IPdfObject that defines the value of this PdfIndirectObjectBase. That should be a direct object. |
| Name | Description |
|---|---|
| IsContentEqual(IPdfObject) | Checks whether the content of this object is same as the
content of the |
| ToString() |