GifDevice
Overview
GifDevice is a class in Aspose.Pdf FOSS for Java.
Inherits from: PageDevice.
Renders a PDF page to GIF format.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
resolution | Resolution | Read | Returns the resolution used by this device. |
Methods
| Signature | Description |
|---|---|
GifDevice(resolution: Resolution) | Creates a GIF device with the given resolution. |
GifDevice(width: int, height: int, resolution: Resolution) | Creates a GIF device with explicit pixel dimensions and resolution. |
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. |