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.
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. |