ImageGear Professional v18.1 > 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.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_PDF_action_create_filename( HIG_PDF_DOC hDoc, HIG_PDF_ATOM hType, LPCSTR szFileName, LPHIG_PDF_ACTION lphAction ); |
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. |
Error count.
This function does not process image pixels.