Click or drag to resize

BarcodeBitmapRenderer Constructor (EncoderOptions)

Initializes a new instance of the BarcodeBitmapRenderer

Namespace:  Opait.Barcode
Assembly:  Opait.Barcode (in Opait.Barcode.dll) Version: 1.2.0.0
Syntax
C#
public BarcodeBitmapRenderer(
	EncoderOptions options
)

Parameters

options
Type: Opait.BarcodeEncoderOptions
The options used to in initialize this instance.
See Also