|
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
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' |