Method GetChecksum
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
GetChecksum()
Gets the MD5 checksum of the embedded file.
public byte[] GetChecksum()
Returns
- byte[]
The MD5 checksum of the embedded file or empty array if checksum is not specified in the internal PDF structure.
Exceptions
- UnexpectedStructureException
The value in the internal PDF structure has an unexpected type.