VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode.BarcodeInfo Namespace / StructuredAppendCharacter Class / SymbolPosition Property
Syntax Requirements SeeAlso
In This Topic
    SymbolPosition Property (StructuredAppendCharacter)
    In This Topic
    Gets the position for a symbol in the Structured Append format.
    Syntax
    'Declaration
    
    Public ReadOnly Property SymbolPosition As Integer
    
    
    public int SymbolPosition { get; }
    
    
    public: __property int get_SymbolPosition();
    
    
    
    public:
    property int SymbolPosition { int get(); }

    Property Value

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

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

    See Also