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

NameTypeAccessDescription
resolutionResolutionReadReturns the resolution used by this device.

Methods

SignatureDescription
process(page: Page, output: OutputStream)Renders a page and writes the result to the output stream.
getResolution()ResolutionReturns the resolution used by this device.

See Also