Creates a new form from an existing object.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_PDE_form_create ( HIG_PDF_BASOBJ hXObject, HIG_PDF_BASOBJ hResources, LPAT_PDF_FIXEDMATRIX lpMatrix, LPHIG_PDE_FORM lphForm ); |
Name | Type | Description |
---|---|---|
hXObject | HIG_PDF_BASOBJ | XObject from which a form is created. |
hResources | HIG_PDF_BASOBJ | The hXObject's Resources dictionary. If you do not pass in a Resource object, subsequent calls to IG_PDF_page_get_content will fail (after the file is saved). |
lpMatrix | LPAT_PDF_FIXEDMATRIX | Pointer to AT_PDF_FIXEDMATRIX that holds the transformation matrix to use for the form. |
lphForm | LPHIG_PDE_FORM | The newly created form object. |
Error count.
This function does not process image pixels.
Call IG_PDE_element_release to dispose of the object.