PageDevice
Overview
PageDevice is a class in Aspose.PDF FOSS for .NET.
Abstract base for single-page rendering devices.
This class provides 2 methods for working with PageDevice objects in .NET programs.
Available methods include: Process.
All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.
Methods
| Signature | Description |
|---|---|
Process(page: Page, output: Stream) | Render page to output. |
Process(page: Page, outputFileName: string) | File-stream wrapper. |