Click or drag to resize

PdfEmbeddedFileCheckSum Property

(Optional) A 16-byte array that is the checksum of the bytes of the uncompressed embedded file. The checksum shall be 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.

Note  Note
This is strictly a checksum, and is not used for security purposes.

Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public byte[] CheckSum { get; set; }

Property Value

Byte
A 16-byte array that is the checksum of the bytes of the uncompressed embedded file.
See Also