Click or drag to resize

BarcodeBitmapRenderer 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 BarcodeBitmapRenderer : BarcodeRenderer

The BarcodeBitmapRenderer type exposes the following members.

Constructors
  NameDescription
Public methodBarcodeBitmapRenderer
Initializes a new instance of the BarcodeBitmapRenderer
Public methodBarcodeBitmapRenderer(EncoderOptions)
Initializes a new instance of the BarcodeBitmapRenderer
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