VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode.BarcodeInfo Namespace / QRStructuredAppendCharacter Class / ParityData Property
Syntax Remarks Requirements SeeAlso
In This Topic
    ParityData Property (QRStructuredAppendCharacter)
    In This Topic
    Gets a Parity Data.
    Syntax
    'Declaration
    
    Public ReadOnly Property ParityData As Byte
    
    
    public byte ParityData { get; }
    
    
    public: __property byte get_ParityData();
    
    
    
    public:
    property byte ParityData { byte get(); }
    Remarks

    The parity data is a value obtained by XORing byte by byte the byte values of all the original input data before division into symbol blocks.

    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