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 TDebenuPDFLibrary1811.HasFontResources: Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::HasFontResources As Long
DLL
int DPLHasFontResources(int InstanceID)
Return values
0 | The selected document does not have font resources |
Non-zero | The selected document has font resources |