BarcodeControlCutUnusedSpace Property ByteScout Barcode SDK
Gets or sets a value indicating whether unused space should be cut when drawing or saving barcode images. Unused space is usually a result of calling one of FitInto methods with size greater then needed to draw barcode.

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

public bool CutUnusedSpace { get; set; }

Property Value

Type: Boolean
true if unused space should be cut; otherwise, false.

Implements

IBarcodeCutUnusedSpace
See Also

Reference