VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode.BarcodeInfo Namespace / PDF417StructuredAppendCharacter Class / FileID Property
Syntax Remarks Requirements SeeAlso
In This Topic
    FileID Property (PDF417StructuredAppendCharacter)
    In This Topic
    Gets a File Identificator.
    Syntax
    'Declaration
    
    Public ReadOnly Property FileID As String
    
    
    public string FileID { get; }
    
    
    public: __property string* get_FileID();
    
    
    
    public:
    property string^ FileID { string^ get(); }

    Property Value

    Each word in the file ID can have a value between 000 and 899, effectively making the file ID a series of base 900 numbers. Each codeword of the series is transmitted as the 3-digit ASCII representation of its decimal value.
    Remarks

    For each related Structured Append symbol, the file ID field contains the same value. This ensures that all reassembled symbol data belongs to the same distributed file representation.

    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