VintaSoft Barcode .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Barcode.BarcodeInfo Namespace / StructuredAppendCharacter Class / SymbolCount Property
Syntax Requirements SeeAlso
In This Topic
    SymbolCount Property (StructuredAppendCharacter)
    In This Topic
    Gets the number of symbols in the Structured Append format.
    Syntax
    'Declaration
    
    Public Overridable ReadOnly Property SymbolCount As Integer
    
    
    public virtual int SymbolCount { get; }
    
    
    public: __property virtual int get_SymbolCount();
    
    
    
    public:
    virtual property int SymbolCount { int get(); }

    Property Value

    Maximum value for Aztec - 26, for DataMatrix and QR - 16, for PDF417 - 99999.
    Requirements

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

    See Also