PdfTextPageGetFont Method |
Gets a
PdfTextFont object containing the font information for the specified character.
Namespace:
Atalasoft.Pdf.TextExtract
Assembly:
Atalasoft.dotImage.PdfReader (in Atalasoft.dotImage.PdfReader.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public PdfTextFont GetFont(
int index
)
Public Function GetFont (
index As Integer
) As PdfTextFont
Parameters
- index
- Type: SystemInt32
Zero-based index of the character in terms of this page.
Return Value
Type:
PdfTextFont A PdfTextFont object which describes the PDF font of the specified character.
See Also