Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / EmbeddedFileStream Class / CheckSum Property

In This Topic
    CheckSum Property
    In This Topic
    Gets or sets a 16-byte string that is the checksum of the bytes of the uncompressed embedded file. The checksum is calculated by applying the standard MD5 message-digest algorithm to the bytes of the embedded file stream. Checksum calculated automatically when EmbeddedFileStream created with FromFile or FromBytes methods.
    Syntax
    'Declaration
     
    Public Property CheckSum As System.Byte()
    public System.byte[] CheckSum {get; set;}
    See Also