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

    Property Value

    Default value is 0.
    Max value is 64515.
    Min value is 0.
    Remarks

    The purpose of the file identificator is to increase the probability that only logically linked symbols are processed as part of the same message.

    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