[]
Represents a PDF Array indirect object.
public class PdfArrayObject : PdfIndirectObject<PdfArray>, IPdfArray
| Name | Description |
|---|---|
| PdfArrayObject(PdfArray) | 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. |