ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / PDF Component API Reference / PDF Component Objects Reference / Page Editing Objects and Elements / HIG_PDE_SOFTMASK / IG_PDE_softmask_get_form
In This Topic
    IG_PDE_softmask_get_form
    In This Topic

    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.