GetTotalPDFFontsInPage

Top  Previous  Next

[This method is new in  version 2.04 of Gnostice PDFtoolkit ActiveX/. NET Professional Edition]

 

The method GetTotalPDFFontsInPage returns the number of font objects present in the specified page.

 

Syntax

[VC++]

long GetTotalPDFFontsInPage(long PageNo);

 

[CS]

public abstract new Int32 GetTotalPDFFontsInPage ( Int32 PageNo )

 

[VB]

Function GetTotalPDFFontsInPage(PageNo As Long) As Long

 

Parameters

       

       PageNo

           Specifies the page number from which font information is to be extracted.

 

Return Value

 

           The number of font objects present.

 

Refer example 'Tutorial - Extract Font Information'