HasFontResources

Fonts, Document properties

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 TPDFlib.HasFontResources: Integer;

ActiveX

Function PDFlib::HasFontResources As Long

DLL

int DLHasFontResources(int InstanceID);

Return values

0The selected document does not have font resources
Non-zeroThe selected document has font resources