ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / PDF Component API Reference / PDF Component Objects Reference / General Objects / HIG_PDF_DOC / IG_PDF_doc_xfa_is_dynamic
In This Topic
    IG_PDF_doc_xfa_is_dynamic
    In This Topic

    IG_PDF_doc_xfa_is_dynamic

    This function returns true if a document contains dynamic XFA content, and false otherwise.

    Declaration:

    AT_ERRCOUNT ACCUAPI IG_PDF_doc_xfa_is_dynamic(
            HIG_PDF_DOC hDoc,    
            LPAT_PDF_BOOL lpbIsDynamic
    );
    
    

    Arguments:

    Name Type Description
    hDoc HIG_PDF_DOC The document from which the result is obtained.
    lpbIsDynamic LPAT_PDF_BOOL A pointer to a Boolean value indicating whether the document contains dynamic XFA content.

    Return Value:

    Returns 0 if successful. Otherwise, returns the number of ImageGear errors that occurred during this function call.

    Supported Raster Image Formats:

    This function does not process image pixels.

    Remarks: