Renderer
Overview
Renderer is a class in Aspose.Barcode FOSS for Python.
Inherits from: ABC.
Abstract renderer interface.
This class provides 1 method for working with Renderer objects in Python programs.
Available methods include: render.
All public members are accessible to any Python application after installing the Aspose.Barcode FOSS for Python package.
Methods
| Signature | Description |
|---|---|
render(symbol: EncodedSymbol, layout: TextLayout, options: ResolvedRenderOptions) → RenderedArtifact | Render an encoded symbol into a backend-specific artifact. |