[]
        
(Showing Draft Content)

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

PdfArray Constructor

PdfArray()

Initializes a new instance of the PdfArray class.

Declaration
public PdfArray()

PdfArray(int)

Initializes a new instance of the PdfArray class.

Declaration
public PdfArray(int capacity)
Parameters
Type Name Description
int capacity

PdfArray(RectangleF)

Initializes a new instance of the PdfArray class.

Declaration
public PdfArray(RectangleF rect)
Parameters
Type Name Description
RectangleF rect

PdfArray(Offsets)

Initializes a new instance of the PdfArray class.

Declaration
public PdfArray(Offsets offsets)
Parameters
Type Name Description
Offsets offsets

PdfArray(Matrix3x2)

Initializes a new instance of the PdfArray class.

Declaration
public PdfArray(Matrix3x2 matrix)
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)
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)
Parameters
Type Name Description
IPdfObject[] items

PdfArray(float[])

Initializes a new instance of the PdfArray class.

Declaration
public PdfArray(float[] values)
Parameters
Type Name Description
float[] values

PdfArray(int[])

Initializes a new instance of the PdfArray class.

Declaration
public PdfArray(int[] values)
Parameters
Type Name Description
int[] values

PdfArray(Color)

Initializes a new instance of the PdfArray class.

Declaration
public PdfArray(Color value)
Parameters
Type Name Description
Color value

PdfArray(IReadOnlyList<PointF>)

Initializes a new instance of the PdfArray class.

Declaration
public PdfArray(IReadOnlyList<PointF> value)
Parameters
Type Name Description
IReadOnlyList<PointF> value

PdfArray(IReadOnlyList<Quadrilateral>)

Initializes a new instance of the PdfArray class.

Declaration
public PdfArray(IReadOnlyList<Quadrilateral> value)
Parameters
Type Name Description
IReadOnlyList<Quadrilateral> value