PageHasFontResources
Page properties
Description
Analyses the specified page to identify font resources.
Syntax
Delphi
function TPDFlib.PageHasFontResources(PageNumber: Integer): Integer;ActiveX
Function PDFlib::PageHasFontResources(PageNumber As Long) As LongDLL
int DLPageHasFontResources(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 |