VintaSoft Barcode .NET SDK 15.3: Documentation for .NET developer
Vintasoft.Barcode Namespace / ReaderSettings Class / DataMatrixLPatternMinQuietZone Property
Syntax Remarks Requirements SeeAlso
In This Topic
    DataMatrixLPatternMinQuietZone Property (ReaderSettings)
    In This Topic
    Gets or sets a minimum quiet zone, in percents, of on each side of "L" pattern of Data Matrix barcode.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(80)>
    <DescriptionAttribute("Minimum quiet zone, in percents, of on each side of "L" pattern of Data Matrix barcode.")>
    Public Property DataMatrixLPatternMinQuietZone As Single
    
    
    [DefaultValue(80)]
    [Description("Minimum quiet zone, in percents, of on each side of "L" pattern of Data Matrix barcode.")]
    public float DataMatrixLPatternMinQuietZone { get; set; }
    
    
    [DefaultValue(80)]
    [Description("Minimum quiet zone, in percents, of on each side of "L" pattern of Data Matrix barcode.")]
    public: __property float get_DataMatrixLPatternMinQuietZone();
    public: __property void set_DataMatrixLPatternMinQuietZone(
    float value
    );
    [DefaultValue(80)]
    [Description("Minimum quiet zone, in percents, of on each side of "L" pattern of Data Matrix barcode.")]
    public:
    property float DataMatrixLPatternMinQuietZone { float get(); void set(float value); }

    Property Value

    Default value is 80 percents.
    Remarks

    Decreasing value of this property will decrease the recognition speed but will allow to read damaged barcodes.

    Requirements

    Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also