JpegDevice

Overview

JpegDevice is a class in Aspose.PDF FOSS for Go.

JpegDevice renders a page to JPEG.

This class provides 1 method for working with JpegDevice 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

SignatureDescription
Process(page: *Page, w: io.Writer)errorProcess renders page and writes it to w as JPEG.

See Also