HasFontResources
Description
Determines if the selected document has font resources. If the document does not have font resources it can be assumed to be an image only PDF.
Syntax
Delphi
function TQuickPDF0813.HasFontResources: Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::HasFontResources As Long
DLL
int QuickPDFHasFontResources(int InstanceID)
Return values
| 0 | The selected document does not have font resources |
| Non-zero | The selected document has font resources |