PageHasFontResources
Version history
This function was introduced in Quick PDF Library version 9.16.
Description
Analyses the specified page to identify font resources.
Syntax
Delphi
function TDebenuPDFLibrary1811.PageHasFontResources(PageNumber: Integer): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::PageHasFontResources(
PageNumber As Long) As Long
DLL
int DPLPageHasFontResources(int InstanceID, int PageNumber)
Parameters
PageNumber | The number of the page to anaylse |
Return values
0 | The specified page does not have font resources |
1 | The specified page has at least one font resource |