Click or drag to resize

IBitmapRenderer Interface

Renders barcodes as GDI Bitmaps.

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

The IBitmapRenderer 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