PageDevice
Overview
PageDevice is a class in Aspose.PDF FOSS for Java.
Abstract base class for devices that render a PDF page to a raster image.
This class provides 2 methods for working with PageDevice objects in Java programs.
Available methods include: getResolution, process.
All public members are accessible to any Java application after installing the Aspose.PDF FOSS for Java package.
Properties: resolution.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
resolution | Resolution | Read | Returns the resolution used by this device. |
Methods
| Signature | Description |
|---|---|
process(page: Page, output: OutputStream) | Renders a page and writes the result to the output stream. |
getResolution() → Resolution | Returns the resolution used by this device. |