Click or drag to resize

PdfFileCheckSum Property

Gets or sets a 16-byte string that is the checksum of the bytes of the uncompressed embedded file.

Namespace: Patagames.Pdf.Net.Wrappers
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public string CheckSum { get; set; }

Property Value

String
Remarks
The checksum is calculated by applying the standard MD5 message-digest algorithm (described in Internet RFC 1321, The MD5 Message-Digest Algorithm) to the bytes of the embedded file stream.
See Also