BBjPrintPreviewBuilder::zoom

Description

In BBj 13.0 and higher, this method scales the document to take up more or less space in the preview window; zoom 50 is half size, zoom 200 is double size.

Syntax

Return Value

Method

BBjPrintPreviewBuilder

zoom(double zoom)

Parameters

Variable

Description

zoom

zoom amount as percent

Return Values

Returns the BBjPrintPreviewBuilder so you can continue configuration.

Remarks

None.

Example

REM Preview the document

REM Obtain the instance to the BBjAPI object
myAPI!=BBjAPI()

REM Obtain an instance of a default BBjPrinter object
LET myBBjPrinter!=myAPI!.getBBjPrinter(0)

REM Get BBjForm for the selected printer
LET myBBjForm!=myBBjPrinter!.getForm(1)

REM Preview the document
myBBjForm!.preview()

RELEASE

See Also

BBjAPI

BBj Object Variables

BBj Object Assignment

BBj Object Error Handling

BBj Object Operators

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.