Link Search Menu Expand Document

BarcodeSetSmoothingMode Method

Sets the barcode rendering quality.

Namespace:Bytescout.BarCode
Assembly: Bytescout.BarCode (in Bytescout.BarCode.dll) Version: 7.6.3.1256-master
Syntax
public void SetSmoothingMode(
	bool smooth
)

Parameters

smooth
Type: SystemBoolean
Set True for anti-aliasing, otherwise False.

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