SetOpenActionMenu
Description
Specifies an Acrobat menu item to execute when the document is first loaded.
Syntax
Delphi
function TQuickPDF0813.SetOpenActionMenu(MenuItem: WideString): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::SetOpenActionMenu(MenuItem As String) As Long
DLL
int QuickPDFSetOpenActionMenu(int InstanceID, wchar_t * MenuItem)
Parameters
| MenuItem | The menu item which should be executed, for example "print" |
Return values
| 0 | The open action could not be set |
| 1 | The open action was set successfully |