FileID Property (PDF417StructuredAppendCharacter)
Gets a File Identificator.
'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.
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.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5