IBarcodeCutUnusedSpace 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 (in Bytescout.BarCode.dll) Version: 7.6.3.1256-master
Syntax

bool CutUnusedSpace { get; set; }

Property Value

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

Reference