DefaultRasterWriter
Overview
DefaultRasterWriter is a class in Aspose.Page FOSS for Python.
Inherits from: RenderModelRasterWriter.
The DefaultRasterWriter.write(document, options) method returns the rendered document as a byte array.
This class provides 1 method for working with DefaultRasterWriter objects in Python programs.
Available methods include: write.
All public members are accessible to any Python application after installing the Aspose.Page FOSS for Python package.
Methods
| Signature | Description |
|---|---|
write(document: RenderDocument, options: "ImageSaveOptions") → bytes | Render a document to raster bytes using the render model. |