Click or drag to resize

BarcodeSvgRenderer Class

Class renders barcodes as GDI Bitmap.
Inheritance Hierarchy

Namespace:  Opait.Barcode
Assembly:  Opait.Barcode (in Opait.Barcode.dll) Version: 1.2.0.0
Syntax
C#
public class BarcodeSvgRenderer : BarcodeRenderer

The BarcodeSvgRenderer type exposes the following members.

Constructors
  NameDescription
Public methodBarcodeSvgRenderer
Initializes a new instance of the BarcodeSvgRenderer
Public methodBarcodeSvgRenderer(EncoderOptions)
Initializes a new instance of the BarcodeSvgRenderer
Top
Properties
  NameDescription
Public propertyHeight
Gets or sets the desired height of the rendered barcode in logical units.
(Inherited from BarcodeRenderer.)
Public propertyWidth
Gets or sets the desired width of the rendered barcode in logical units.
(Inherited from BarcodeRenderer.)
Top
Methods
  NameDescription
Public methodRenderBarcode
Renders the specified barcode as a bitmap image.
Top
See Also