Documents for PDF, .NET Edition Documentation
CheckSum Property

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf Namespace > EmbeddedFileStream Class : CheckSum Property
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

Reference

EmbeddedFileStream Class
EmbeddedFileStream Members