VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode.Web.Services Namespace / WebBarcodeReaderSettings Class / matrixBarcodeMaxCellSize Property
Syntax Remarks Requirements SeeAlso
In This Topic
    matrixBarcodeMaxCellSize Property (WebBarcodeReaderSettings)
    In This Topic
    Gets or sets the maximum cell size, in pixels, for two-dimensional matrix barcodes (Aztec, DataMatrix, QR, Micro QR, Han Xin Code, Maxicode).
    Syntax
    'Declaration
    
    Public Property matrixBarcodeMaxCellSize As Integer
    
    
    public int matrixBarcodeMaxCellSize { get; set; }
    
    
    public: __property int get_matrixBarcodeMaxCellSize();
    public: __property void set_matrixBarcodeMaxCellSize(
    int value
    );
    public:
    property int matrixBarcodeMaxCellSize { int get(); void set(int value); }

    Property Value

    Minimum value is 2, maximum value is 256. Default value is 64.
    Remarks

    Correct (appropriate) value of this property increases the barcode reading speed.

    Requirements

    Target Platforms: .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also