PageHasFontResources
Propriedades da página
Descrição
Analisa a página especificada para identificar recursos de fonte
Sintaxe
Delphi
Function TPDFlib.PageHasFontResources(PageNumber: Integer): Integer;
ActiveX
Function PDFlib::PageHasFontResources(PageNumber As Long) As Long
DLL
int DLPageHasFontResources(int InstanceID, int PageNumber);
Parâmetros
| PageNumber | The number of the page to anaylse |
|---|
Valores retornados
| 0 | The specified page does not have font resources |
|---|---|
| 1 | The specified page has at least one font resource |