GetPDFFontObjectAtIndex

Top  Previous  Next

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

 

The method GetPDFFontObjectAtIndex returns the gtPDFFontObjectX class object, which contains font information for the specified page. The index should be less than value returned by GetTotalPDFFontsInPage method.

 

Syntax

[VC++]

CgtPDFFontObjectX GetPDFFontObjectAtIndex(long PageNo, long Index);

 

[CS]

public abstract new gtPDFFontObjectX GetPDFFontObjectAtIndex ( Int32 PageNo ,

Int32 Index );

 

[VB]

Function GetPDFFontObjectAtIndex(PageNo As Long, Index As Long) As gtPDFFontObjectX

 

Parameters

       

       PageNo

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

 

       Index

           Specifies the index of font object in list of fonts on page. The index should be less than value returned by            GetTotalPDFFontsInPage method.

 

Refer example 'Tutorial - Extract Font Information'