VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode.Web.Services Namespace / WebBarcodeWriteRequestParams Class / code16KRows Property
Syntax Requirements SeeAlso
In This Topic
    code16KRows Property (WebBarcodeWriteRequestParams)
    In This Topic
    Gets or sets Code 16K row count.
    Syntax
    'Declaration
    
    Public Property code16KRows As Integer
    
    
    public int code16KRows { get; set; }
    
    
    public: __property int get_code16KRows();
    public: __property void set_code16KRows(
    int value
    );
    public:
    property int code16KRows { int get(); void set(int value); }

    Property Value

    Minimum value is 2, maximum value is 16. Default value is 0 (row count calculated automatically).
    Requirements

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

    See Also