Functiondisp_zoom

Defined in: pbwbullzip

public subroutine disp_zoom (string arg_zoom)

Comment:
PDF Display Settings
Specifies the initial zoom factor of the PDF document when it is viewed. The value the zoom factor in percent. If no zoom value is specified or the value is 0 (zero) then the initial view will fit the document to the window of the reader. Please note that not all viewers respect this setting.


Script:
public subroutine disp_zoom (string arg_zoom);/**/
i_PBbullzip.setvalue("Zoom",arg_Zoom)
end subroutine