Click or drag to resize

ISvgRenderer Interface

Renders barcodes as Scalable Vector Graphics (SVG) images.

Namespace:  Opait.Barcoder.Api
Assembly:  Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
Syntax
C#
public interface ISvgRenderer

The ISvgRenderer type exposes the following members.

Properties
  NameDescription
Public propertyHeight
Gets the requested height of the rendered barcode in logical units.
Public propertyWidth
Gets the requested width of the rendered barcode in logical units.
Top
Methods
  NameDescription
Public methodRenderBarcode
Renders the specified barcode as a bitmap image.
Top
See Also