Package | Description |
---|---|
com.aspose.pdf.printing |
The com.aspose.pdf.printing package provides classes which are used for configuring the printing
process.
|
Modifier and Type | Field and Description |
---|---|
static PrintPaperSource |
PrintPaperSources.AutomaticFeed
Represents an automatic feed paper source.
|
static PrintPaperSource |
PrintPaperSources.Cassette
Represents the paper cassette of the printer.
|
static PrintPaperSource |
PrintPaperSources.Envelope
Represents an automatic envelope feed paper source.
|
static PrintPaperSource |
PrintPaperSources.FormSource
Represents the default bin of the printer.
|
static PrintPaperSource |
PrintPaperSources.LargeCapacity
Represent the large capacity bin of the printer.
|
static PrintPaperSource |
PrintPaperSources.LargeFormat
Represents the bin for the larger format paper.
|
static PrintPaperSource |
PrintPaperSources.Lower
Represents the lower bin of the printer.
|
static PrintPaperSource |
PrintPaperSources.Manual
Represents a manual feed paper source.
|
static PrintPaperSource |
PrintPaperSources.ManualFeedEnvelope
Represents a manual feed envelope paper source.
|
static PrintPaperSource |
PrintPaperSources.Middle
Represents the middle bin of the printer.
|
static PrintPaperSource |
PrintPaperSources.SmallFormat
Represents the bin for the smaller format paper.
|
static PrintPaperSource |
PrintPaperSources.TractorFeed
Represents a tractor feed continuous paper source.
|
static PrintPaperSource |
PrintPaperSources.Upper
Represents the topmost bin of the printer, or the default bin if the printer only has one bin.
|
Modifier and Type | Method and Description |
---|---|
PrintPaperSource |
PrintPageSettings.getPaperSource()
Gets the page's paper source; for example, the printer's upper tray.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<PrintPaperSource> |
PdfPrinterSettings.getPaperSources()
Gets the paper source trays that are available on the printer.
|
Modifier and Type | Method and Description |
---|---|
void |
PrintPageSettings.setPaperSource(PrintPaperSource value)
Sets the page's paper source; for example, the printer's upper tray.
|
Copyright © 2024 Aspose. All Rights Reserved.