ComponentOne Zip for UWP
C1.UWP.Zip Assembly / C1.C1Zip Namespace / C1ZStreamWriter Class / Checksum Property

In This Topic
    Checksum Property
    In This Topic
    Gets the checksum value used to check the integrity of the stream.
    Syntax
    'Declaration
     
    Public ReadOnly Property Checksum As System.Integer
    public System.int Checksum {get;}
    Remarks
    The checksum used may be an Adler or crc32 value depending on how the C1ZStreamWriter was created.
    See Also