ImageGear Professional DLL v17.1 for Windows Accusoft
IG_PDE_form_create
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > API Reference Guide > PDF Component API Reference > PDF Component Objects Reference > Page Editing Objects and Elements > HIG_PDE_FORM > IG_PDE_form_create

Glossary Item Box

Creates a new form from an existing object.

Declaration:

  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 );

Arguments:

hXObject XObject from which a form is created.
hResources 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 Pointer to AT_PDF_FIXEDMATRIX that holds the transformation matrix to use for the form.
lphForm The newly created form object.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

Remarks:

Call IG_PDE_element_release to dispose of the object.

©2012. Accusoft Corporation. All Rights Reserved.