ImageGear for C and C++ on Linux v20.0 - Updated
IG_PDE_softmask_get_form
API Reference Guide > PDF Component API Reference > PDF Component Objects Reference > Page Editing Objects and Elements > HIG_PDE_SOFTMASK > IG_PDE_softmask_get_form

Acquires the form that defines the soft mask.

Declaration:

 
Copy Code
AT_ERRCOUNT ACCUAPI IG_PDE_softmask_get_form(
        HIG_PDE_SOFTMASK hSoftMask,
        LPAT_PDF_FIXEDMATRIX lpMatrix, 
        LPHIG_PDE_FORM lphForm 
);

Arguments:

Name Type Description
hSoftMask HIG_PDE_SOFTMASK The soft mask object.
lpMatrix LPAT_PDF_FIXEDMATRIX Matrix defining the transformation from coordinate space to user space.
lphForm LPHIG_PDE_FORM The XObject form of the soft mask.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

Is this page helpful?
Yes No
Thanks for your feedback.