View | 
· View( cFileName, [nZoom], [lMaximize], [oParent], [oOwner], [aPos], [aSize], [lModal], [lNoPrint], [nIPag] ) => Show's the previous loaded file on the screen.
cFileName (character) : full filename of PDF file (including path, if not in current folder)
nZoom (numerical) : the initial zoom setting for viewing the pdf, options are:
- 
any number higher than 0, 100 is 100 %, default is 100%.
 - 
-1 => H - Will set Zomm factor to Height of the dialog window
 - 
-2 => W - Will set Zomm factor to Width of the dialog window
 - 
-3 => F - Will set Zomm factor to Fit the dialog window
 
lMaximize (logical) : show in full screen mode (default), or normal window
oParent (object) : is the parent dialog for the preview window, default is AppDesktop
oOwner (object) : is the owner dialog for the preview window, default is AppWindow
aPos (array) : position for the preview window, default is owner center
aSize (array) : Size of preview window, default is owner size
lModal (logic) : Opens the preview window in Modal mode, in this case oParent must be AppDesktop
lNoPrint (logic) : Don't display the "Print" button in the preview window
nIPag (numeric) : Initial page number to display, defaults to 1.
View window navigation :
·     
 or [-] : Zoom out
·     
 or [+] : Zoom in
·     
 or [H] : Zoom to Height
·     
 or [W] : Zoom to Width
·     
 or [F] : Zoom to Fit
·     
 or [1] : First Page
·     
 or [<] : Previous Page
·     
 or [>] : Next Page
·     
 or [999] : Last Page
·     
    : Displays 1 page per screen
·     
   : Displays 2 pages per screen, divided vertically (side by side)
·      
  : Displays 2 pages per screen, divided horizontally (top and bottom)
·      
 or [P] : Print
·      
 or [ESC] : Exit View window