BBjPrinter::setNative
Description
In BBj 15.12 and higher, this method sets whether or not the native printer driver is used.
Syntax
Return Value | Method |
---|---|
void | setNative(boolean native) |
Parameters
Parameter | Description |
---|---|
native |
An indication of whether the native or universal printer driver is used. 0 = Enables the universal printer. This is the default. 1 = Enables the native printer driver |
Return Value
None.
Remarks
Call BBjPrinter::setNative before you call BBjPrinter::getForm.
Example
|
Version History
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.