Click or drag to resize

FS_RECTFToArray Method

Returns a PdfTypeArray representation of the rectangle.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public PdfTypeArray ToArray()

Return Value

PdfTypeArray
An array of 4 numbers specifying the coordinates of rectangle given in the order left edge, bottom edge, right edge, top edge.
See Also