Function.Automation.PDF.IsOpen
From GAB Help
This function returns the open status of the PDF specified.
Syntax
Function.Automation.PDF.IsOpen(Reference Name [String], Return [Boolean])
Arguments
Reference Name
Reference name of the PDF file previously opened with Function.Automation.PDF.Open.
Return
Boolean
Examples
Function.Automation.PDF.Open("MyPDF","C:\users\abc\desktop\TestFile.pdf") Function.Automation.PDF.IsOpen("MyPDF",V.Local.bRet)
Remarks
Returns the open status of the file opened using command Function.Automation.PDF.Open