| Package | Description |
|---|---|
| org.apache.pdfbox.printing |
| Modifier and Type | Field and Description |
|---|---|
protected Orientation |
PDFPrinter.orientation |
| Modifier and Type | Method and Description |
|---|---|
static Orientation |
Orientation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Orientation[] |
Orientation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PDFPrinter(PDDocument document,
PrinterJob printerJob,
Scaling scaling,
Orientation orientation,
Paper paper,
boolean showPageBorder,
float dpi)
Creates a new PDFPrinter using the given printer, the given page scaling and orientation,
and with optional page borders shown.
|
PDFPrinter(PDDocument document,
Scaling scaling,
Orientation orientation)
Creates a new PDFPrinter using the system's default printer,
with the given page scaling and orientation.
|
PDFPrinter(PDDocument document,
Scaling scaling,
Orientation orientation,
Paper paper)
Creates a new PDFPrinter using the system's default printer,
with the given page scaling and orientation.
|
PDFPrinter(PDDocument document,
Scaling scaling,
Orientation orientation,
Paper paper,
float dpi)
Creates a new PDFPrinter using the system's default printer,
with the given page scaling and orientation.
|
Copyright © 2015–2019 The veraPDF Consortium. All rights reserved.