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_ACTION / IG_PDF_action_create_filename
In This Topic
    IG_PDF_action_create_filename
    In This Topic

    Creates an action of the specified type from a file name.

    Declaration:

     
    Copy Code
    AT_ERRCOUNT ACCUAPI IG_PDF_action_create_filename(
            HIG_PDF_DOC hDoc,
            HIG_PDF_ATOM hType,
            LPCSTR szFileName,
            LPHIG_PDF_ACTION lphAction
    );
    

    Arguments:

    Name Type Description
    hDoc HIG_PDF_DOC The document in which the action is created and used.
    hType HIG_PDF_ATOM The type of action to create.
    szFileName LPCSTR The file name.
    lphAction LPHIG_PDF_ACTION The newly created action object.

    Return Value:

    Error count.

    Supported Raster Image Formats:

    This function does not process image pixels.