SvgRenderer

Overview

SvgRenderer is a class in Aspose.Barcode FOSS for Python. Inherits from: Renderer.

Render a barcode into SVG output.

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

SignatureDescription
render(symbol: EncodedSymbol, layout: TextLayout, options: ResolvedRenderOptions)RenderedArtifactRender an encoded symbol as SVG.

See Also