<< Click to Display Table of Contents >>
SetOptions
Sets the execution option of the OZ Viewer.
Parameters
options |
Viewer execution options. Sets the option value to the declared array object. |
Reference
Viewer execution options are below.
print_exportfrom, save_exportfrom, signpad_dialog_fullscreen, and user_defined_fonts are supported in the HTML5JS Viewer only.
print_exportfrom |
The module that generates a printable PDF file when printing a report.(The default value: viewer). Sets to one of viewer, server, scheduler. |
print_use_duplexprintbyreport |
Sets whether to print the first page of the report on the front side of the paper when printing a multi-report on both sides.(The default value: false) |
save_exportfrom |
The module that generates a PDF file for export when saving a report.(The default value: empty) Sets to one of empty, {"pdf":"server"}, {"pdf":"scheduler"}. |
signpad_dialog_fullscreen |
The standard screen type used when displaying the dialog-type signature pad in full size.(The default value: empty) Sets to one of empty, viewer, browser. An empty value displays it in 1/3 size of the viewer window, "viewer" displays it in the viewer’s full screen, and "browser" displays it in the web browser’s full screen. |
user_defined_fonts |
The list of fonts to be displayed in the Change properties dialog. The font names are listed with the comma(,) as the delimiter. |
user_defined_function |
The user-defined function to run when executing save, print, and save data features. |