[]
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(GcPdfDocument, string) or FromBytes(GcPdfDocument, byte[]) methods.
public byte[] CheckSum { get; set; }
Public Property CheckSum As Byte()