[]
Initializes a new instance of the PdfArray class.
public PdfArray()
Initializes a new instance of the PdfArray class.
public PdfArray(int capacity)
| Type | Name | Description |
|---|---|---|
| int | capacity |
Initializes a new instance of the PdfArray class.
public PdfArray(RectangleF rect)
| Type | Name | Description |
|---|---|---|
| RectangleF | rect |
Initializes a new instance of the PdfArray class.
public PdfArray(Offsets offsets)
| Type | Name | Description |
|---|---|---|
| Offsets | offsets |
Initializes a new instance of the PdfArray class.
public PdfArray(Matrix3x2 matrix)
| Type | Name | Description |
|---|---|---|
| Matrix3x2 | matrix |
Initializes a new instance of the PdfArray class.
public PdfArray(double x, double y, double width, double height)
| Type | Name | Description |
|---|---|---|
| double | x | |
| double | y | |
| double | width | |
| double | height |
Initializes a new instance of the PdfArray class.
public PdfArray(params IPdfObject[] items)
| Type | Name | Description |
|---|---|---|
| IPdfObject[] | items |
Initializes a new instance of the PdfArray class.
public PdfArray(float[] values)
| Type | Name | Description |
|---|---|---|
| float[] | values |
Initializes a new instance of the PdfArray class.
public PdfArray(int[] values)
| Type | Name | Description |
|---|---|---|
| int[] | values |
Initializes a new instance of the PdfArray class.
public PdfArray(Color value)
| Type | Name | Description |
|---|---|---|
| Color | value |
Initializes a new instance of the PdfArray class.
public PdfArray(IReadOnlyList<PointF> value)
| Type | Name | Description |
|---|---|---|
| IReadOnlyList<PointF> | value |
Initializes a new instance of the PdfArray class.
public PdfArray(IReadOnlyList<Quadrilateral> value)
| Type | Name | Description |
|---|---|---|
| IReadOnlyList<Quadrilateral> | value |