PngDevice
Overview
PngDevice is a type in Aspose.PDF FOSS for Go.
PngDevice renders a page to PNG at a fixed resolution.
This type provides 1 method for working with PngDevice objects in Go programs.
Available methods include: Process.
All public members are accessible to any Go application after installing the Aspose.PDF FOSS for Go package.
Methods
| Signature | Description |
|---|---|
Process(page: *Page, w: io.Writer) → error | Process renders page and writes it to w as PNG. |