[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.PdfArray.-ctor

PdfArray Constructor

PdfArray()

Initializes a new instance of the PdfArray class.

Declaration
public PdfArray()
Public Sub New()

PdfArray(int)

Initializes a new instance of the PdfArray class.

Declaration
public PdfArray(int capacity)
Public Sub New(capacity As Integer)
Parameters
Type Name Description
int capacity

PdfArray(RectangleF)

Initializes a new instance of the PdfArray class.

Declaration
public PdfArray(RectangleF rect)
Public Sub New(rect As RectangleF)
Parameters
Type Name Description
RectangleF rect

PdfArray(Offsets)

Initializes a new instance of the PdfArray class.

Declaration
public PdfArray(Offsets offsets)
Public Sub New(offsets As Offsets)
Parameters
Type Name Description
Offsets offsets

PdfArray(Matrix3x2)

Initializes a new instance of the PdfArray class.

Declaration
public PdfArray(Matrix3x2 matrix)
Public Sub New(matrix As Matrix3x2)
Parameters
Type Name Description
Matrix3x2 matrix

PdfArray(double, double, double, double)

Initializes a new instance of the PdfArray class.

Declaration
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)
Parameters
Type Name Description
double x
double y
double width
double height

PdfArray(params IPdfObject[])

Initializes a new instance of the PdfArray class.

Declaration
public PdfArray(params IPdfObject[] items)
Public Sub New(ParamArray items As IPdfObject())
Parameters
Type Name Description
IPdfObject[] items

PdfArray(float[])

Initializes a new instance of the PdfArray class.

Declaration
public PdfArray(float[] values)
Public Sub New(values As Single())
Parameters
Type Name Description
float[] values

PdfArray(int[])

Initializes a new instance of the PdfArray class.

Declaration
public PdfArray(int[] values)
Public Sub New(values As Integer())
Parameters
Type Name Description
int[] values

PdfArray(Color)

Initializes a new instance of the PdfArray class.

Declaration
public PdfArray(Color value)
Public Sub New(value As Color)
Parameters
Type Name Description
Color value

PdfArray(IReadOnlyList<PointF>)

Initializes a new instance of the PdfArray class.

Declaration
public PdfArray(IReadOnlyList<PointF> value)
Public Sub New(value As IReadOnlyList(Of PointF))
Parameters
Type Name Description
IReadOnlyList<PointF> value

PdfArray(IReadOnlyList<Quadrilateral>)

Initializes a new instance of the PdfArray class.

Declaration
public PdfArray(IReadOnlyList<Quadrilateral> value)
Public Sub New(value As IReadOnlyList(Of Quadrilateral))
Parameters
Type Name Description
IReadOnlyList<Quadrilateral> value