[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Provides COM server Acrobat.Application Tab=Adobe Interfaces=Acrobat [Property] +Name=The name of component|2| ShowingOptions=Sets a value indicating whether to displays the application after starting|14|1|True,False VersionCS=Sets the version of the Adobe Creative Suite. ARG(enum)|14|0|5.0,5.5,6.0 [Methods] doStart=Starts application|1|0 doExit=Exits Acrobat|1|0 *doCloseAllDocs=Closes all open documents|1|0 *doGetAVDoc=Gets a document via its index within the list of open documents ARG(int)|1|0 *doGetInterface=Gets an IDispatch interface for a named object, typically a third-party plug-in ARG(string)|1|0 *doGetPreferenceEx=Gets the specified application preference ARG(short)|1|0 *doHide=Hides the Acrobat application|1|0 *doLock=Locks the Acrobat application. An argument is the name of the application that has locked the Acrobat application ARG(string)|1|0 *doMaximize=Maximizes the Acrobat application. If an argument is a positive number, the Acrobat application is maximized. If 0, the Acrobat application is returned to its normal state ARG(long)|1|0 *doMenuItemExecute=Executes the menu item whose language-independent menu item name is specified ARG(string)|1|0 *doMenuItemIsEnabled=Determines whether the specified menu item is enabled ARG(string)|1|0 *doMenuItemIsMarked=Determines whether the specified menu item is marked ARG(string)|1|0 *doMenuItemRemove=Removes the menu item whose language-independent menu item is specified ARG(string)|1|0 *doMinimize=Minimizes the Acrobat application. If an argument is a positive number, the Acrobat application is minimized. If 0, the Acrobat application is returned to its normal state ARG(long)|1|0 *doRestore=Restores the main window of the Acrobat application. If an argument is a positive number, the Acrobat application is restored, 0 otherwise ARG(long)|1|0 *doSetActiveTool=Sets the active tool according to the specified name, and determines whether the tool is to be used only once or should remain active after being used (persistent) ARG(MT(int, string))|1|0 *doSetFrame=Sets the window’s frame to the specified rectangle ARG(LPDispatch)|1|0 *doSetPreferenceEx=Sets the application preference ARG(MT(variant, short))|1|0 *doShow=Shows the Acrobat application|1|0 *doToolButtonIsEnabled=Determines whether the specified toolbar button is enabled ARG(string)|1|0 *doToolButtonRemove=Removes the specified button from the toolbar ARG(string)|1|0 *doUnlock=Unlocks the Acrobat application if it was previously locked|1|0 *doUnlockEx=Unlocks the Acrobat application if it was previously locked. Argument is a string indicating the name of the application to be unlocked ARG(string)|1|0 onComplete=Occurs after starting Acrobat application ARG(app)|2| onError=If an error occurs, an error message appears ARG(Error message)|2|2 *onGetAVDoc=Occurs after getting a document with doGetAVDoc and returns it ARG(document)|2| *onGetInterface=Occurs after getting an IDispatch interface with doGetInterface ARG(IDispatch)|2| *onGetPreferenceEx=Occurs after getting the specified application preference with doGetPreferenceEx ARG(variant)|2| Application=Returns a Acrobat application object|3| *GetActiveDoc=Returns the frontmost document|3| *GetActiveTool=Returns the name of the currently active tool|3|2 *GetFrame=Returns the window’s frame|3| *GetLanguage=Returns a code that specifies which language the Acrobat application’s user interface is using|3|2 *GetNumAVDocs=Returns the number of open documents|3|1