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_FORM / IG_PDE_form_has_xgroup
In This Topic
    IG_PDE_form_has_xgroup
    In This Topic

    Determines whether the XObject form has a Transparency XGroup.

    Declaration:

     
    Copy Code
    AT_ERRCOUNT ACCUAPI IG_PDE_form_has_xgroup(
            HIG_PDE_FORM hForm,
            LPAT_PDF_BOOL lpbHasXGroup 
    );
    

    Arguments:

    Name Type Description
    hForm HIG_PDE_FORM The form object.
    lpbHasXGroup LPAT_PDF_BOOL TRUE if the XObject form has a Transparency XGroup; FALSE otherwise.

    Return Value:

    Error count.

    Supported Raster Image Formats:

    This function does not process image pixels.