Name | Description | |
---|---|---|
PdfArrayObject Constructor | Initializes a new instance of the PdfArrayObject class. |
The following tables list the members exposed by PdfArrayObject.
Name | Description | |
---|---|---|
PdfArrayObject Constructor | Initializes a new instance of the PdfArrayObject class. |
Name | Description | |
---|---|---|
Array | Gets the underlying PdfArray object. | |
Changed | Gets a value indicating whether this PdfArrayObject was changed. | |
ObjID | Gets or sets the ID of the indirect object. (Inherited from GrapeCity.Documents.Pdf.Spec.PdfIndirectObjectBase) | |
Value | Gets the IPdfObject that defines the value of this PdfIndirectObjectBase. That should be a direct object. (Inherited from GrapeCity.Documents.Pdf.Spec.PdfIndirectObject<PdfArray>) |
Name | Description | |
---|---|---|
IsContentEqual | Checks whether the content of this object is same as the content of the other object. (Inherited from GrapeCity.Documents.Pdf.Spec.PdfIndirectObjectBase) | |
ToString | Returns a string that represents the current object. (Inherited from GrapeCity.Documents.Pdf.Spec.PdfIndirectObjectBase) |