Gets the MD5 checksum of the embedded file.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public byte[] GetChecksum()
VB
Public Function GetChecksum As Byte()
Return Value
Type:
Byte[]
The MD5 checksum of the embedded file or
null if checksum is not specified in PDF.
See Also