[]
Represents a PDF Array object.
public class PdfArray : List<IPdfObject>, IList<IPdfObject>, ICollection<IPdfObject>, IList, ICollection, IReadOnlyList<IPdfObject>, IReadOnlyCollection<IPdfObject>, IEnumerable<IPdfObject>, IEnumerable, IPdfArray
| Name | Description |
|---|---|
| PdfArray() | Initializes a new instance of the PdfArray class. |
| PdfArray(Offsets) | Initializes a new instance of the PdfArray class. |
| PdfArray(params IPdfObject[]) | Initializes a new instance of the PdfArray class. |
| PdfArray(IReadOnlyList<Quadrilateral>) | Initializes a new instance of the PdfArray class. |
| PdfArray(IReadOnlyList<PointF>) | Initializes a new instance of the PdfArray class. |
| PdfArray(double, double, double, double) | Initializes a new instance of the PdfArray class. |
| PdfArray(Color) | Initializes a new instance of the PdfArray class. |
| PdfArray(RectangleF) | Initializes a new instance of the PdfArray class. |
| PdfArray(int) | Initializes a new instance of the PdfArray class. |
| PdfArray(int[]) | Initializes a new instance of the PdfArray class. |
| PdfArray(Matrix3x2) | Initializes a new instance of the PdfArray class. |
| PdfArray(float[]) | Initializes a new instance of the PdfArray class. |
| Name | Description |
|---|---|
| IdentityMatrix | The PdfArray representing the Identity matrix. |
| Name | Description |
|---|---|
| Changed | Gets a value indicating whether this PdfArray was changed. |
| Name | Description |
|---|---|
| CreateNamesArray(IEnumerable<string>, bool) | Creates the PdfArray of PdfName objects,
returns null if |
| CreateStringsArray(IEnumerable<string>, bool) | Creates the PdfArray of PdfString objects,
returns null if |
| ToString() |