page
with its settings adjusted to be compatible with the current printer of this PrinterJob
. For example, the returned PageFormat
could have its imageable area adjusted to fit within the physical area of the paper that is used by the current printer.
@param page the PageFormat
that is cloned and whose settings are changed to be compatible with the current printer
@return a PageFormat
that is cloned frompage
and whose settings are changed to conform with this PrinterJob
.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|