THotPDF.GetLoadedImageCount Method
Method summary: THotPDF.GetLoadedImageCount Method
Declaration
function GetLoadedImageCount: Integer;
Unit
HPDFDoc
Parameters
| Name | Purpose |
|---|---|
| No parameters | |
Return value
Number of loaded image streams available for inspection or extraction
Usage notes
- Call this after loading a PDF document
- Use THotPDF.GetLoadedImageInfo or THotPDF.ExtractLoadedImage with indexes in the returned range
Related APIs
- THotPDF
- Contents