IBarcodeSetSmoothingMode Method ByteScout Barcode SDK
Sets the barcode rendering quality.

Namespace:  Bytescout.BarCode
Assembly:  Bytescout.BarCode (in Bytescout.BarCode.dll) Version: 7.6.3.1256-master
Syntax

void SetSmoothingMode(
	bool antiAlias
)

Parameters

antiAlias
Type: SystemBoolean

[Missing <param name="antiAlias"/> documentation for "M:Bytescout.BarCode.IBarcode.SetSmoothingMode(System.Boolean)"]

Remarks

This method does the same as SmoothingMode property. It is intended to use from ActiveX COM interface since SmoothingMode is not available there.
See Also

Reference