| FS_RECTFToArray Method |
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public PdfTypeArray ToArray()
Public Function ToArray As PdfTypeArray
public:
PdfTypeArray^ ToArray()
member ToArray : unit -> PdfTypeArray
public PdfTypeArray ToArray()
Return Value
PdfTypeArrayAn array of 4 numbers specifying the coordinates of rectangle given in the order left edge, bottom edge, right edge, top edge.
See Also