BarcodeControlSetSmoothingMode Method ByteScout Barcode SDK
Sets the barcode rendering quality.

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

public void SetSmoothingMode(
	bool antiAlias
)

Parameters

antiAlias
Type: SystemBoolean

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

Implements

IBarcodeSetSmoothingMode(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