ImageGear for C and C++ on Linux v20.0 - Updated
IG_PDF_action_create_filename
API Reference Guide > PDF Component API Reference > PDF Component Objects Reference > General Objects > HIG_PDF_ACTION > IG_PDF_action_create_filename

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.

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