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

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

 English