Click or drag to resize

FS_MATRIXToArray Method

Returns a PdfTypeArray representation of the matrix.

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

Return Value

PdfTypeArray
An array of 6 numbers specifying the matrix coefficients given in the order a, b, c, d, e, f.
See Also