BBjPrintPreviewBuilder
Description
In BBj 13.0 and higher, the BBjPrintPreviewBuilder object provides methods for configuring print preview, for example setting the initial view to two pages.
Creation
BBjAPI > BBjPrinter > BBjForm > BBjPrintPreviewBuilder
The BBjPrintPreviewBuilder is created through the following BBjForm methods:
Return Value |
Method |
---|---|
BBjPrintPreviewBuilder |
Methods of BBjPrintPreviewBuilder
Return Value |
Method |
---|---|
BBjPrintPreviewBuilder |
closeOnPrint(boolean close) |
BBjPrintPreviewBuilder |
editPassword(string editPassword) |
BBjPrintPreviewBuilder |
maximize(boolean maximize) |
BBjPrintPreviewBuilder |
openPassword(string p_openPassword) |
void |
preview() |
BBjPrintPreviewBuilder |
secure(boolean secure) |
BBjPrintPreviewBuilder |
style(string style) |
BBjPrintPreviewBuilder |
zoom(double zoom) |
Remarks
None.
Constants
None.
Example
|
See Also
BBj Object Creation and Assignment
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.