VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode.Web.Services Namespace / WebBarcodeRecognition2DResult Class / matrixSize Property
Syntax Requirements SeeAlso
In This Topic
    matrixSize Property (WebBarcodeRecognition2DResult)
    In This Topic
    Gets or sets the size, in modules (cells), of the barcode matrix.
    Syntax
    'Declaration
    
    Public Property matrixSize As Vintasoft.Shared.Web.WebPoint
    
    
    public Vintasoft.Shared.Web.WebPoint matrixSize { get; set; }
    
    
    public: __property Vintasoft.Shared.Web.WebPoint* get_matrixSize();
    public: __property void set_matrixSize(
    Vintasoft.Shared.Web.WebPoint* value
    );
    Requirements

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

    See Also