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