BarcodePreserveMinReadableSize Property ByteScout Barcode SDK
Gets or sets a value indicating whether to check output size so it's not less than barcode size. Use FitInto() method to fit barcode into a given physical size.

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

public bool PreserveMinReadableSize { get; set; }

Property Value

Type: Boolean
A value indicating whether to check output size so it's not less than barcode size.

Implements

IBarcodePreserveMinReadableSize
See Also

Reference