Click or drag to resize

BarcodeSvgRenderer Constructor (EncoderOptions)

Initializes a new instance of the BarcodeSvgRenderer

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

Parameters

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