Link Search Menu Expand Document

BarcodeWebImageCutUnusedSpace Property

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
public bool CutUnusedSpace { get; set; }

Property Value

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

Implements

IBarcodeCutUnusedSpace
See Also

Reference