ImagePageDevice

ImagePageDevice

Overview

ImagePageDevice is a class in Aspose.PDF FOSS for .NET. Inherits from: PageDevice.

Default PageDevice that delegates to any ImageDevice — PngDevice / JpegDevice / BmpDevice / TiffDevice.

This class provides 2 methods for working with ImagePageDevice objects in .NET programs. Available methods include: ImagePageDevice, Process. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.

Methods

SignatureDescription
ImagePageDevice(imageDevice: ImageDevice)Calls ImagePageDevice on this ImagePageDevice instance.
Process(page: Page, output: Stream)Calls Process on this ImagePageDevice instance.

See Also