This function gets the transformation matrix of the form. Form matrix is a concatenation of the Current Transformation Matrix and the Cos level form matrix.
Declaration:
AT_ERRCOUNT ACCUAPI IG_PDE_form_get_matrix(
HIG_PDE_FORM hForm,
LPAT_PDF_FIXEDMATRIX lpMatrix
);
Arguments:
Name |
Type |
Description |
hForm |
HIG_PDF_DOC |
The form whose matrix is retrieved. |
lpMatrix |
HIG_PDF_DOC |
Pointer to HIG_PDF_DOC that holds a transformation matrix for the form. |
Return Value:
Returns 0 if successful. Otherwise, returns the number of ImageGear errors that occurred during this function call.
This function does not process image pixels.