THotPDF.GetLoadedEmbeddedFileChecksum Method
Method summary: THotPDF.GetLoadedEmbeddedFileChecksum Method
Declaration
function GetLoadedEmbeddedFileChecksum(const AName: AnsiString): AnsiString;
Unit
HPDFDoc
Parameters
| Name | Purpose |
|---|---|
AName | Embedded file name as stored in the loaded document name tree |
Return value
Returns an uppercase hexadecimal checksum, or an empty string when unavailable
Usage notes
- The method accepts a stored 32-character hexadecimal checksum or a raw 16-byte digest
- An absent checksum returns an empty string
Related APIs
- THotPDF
- THPDFPage
- Contents