'Declaration Public Function GetCharStyle( _ ByVal wordFinder As ImGearPDFWordFinder, _ ByVal index As Integer _ ) As ImGearPDFStyle
'Usage Dim instance As ImGearPDFWord Dim wordFinder As ImGearPDFWordFinder Dim index As Integer Dim value As ImGearPDFStyle value = instance.GetCharStyle(wordFinder, index)
public ImGearPDFStyle GetCharStyle( ImGearPDFWordFinder wordFinder, int index )
public: ImGearPDFStyle* GetCharStyle( ImGearPDFWordFinder* wordFinder, int index )
public: ImGearPDFStyle^ GetCharStyle( ImGearPDFWordFinder^ wordFinder, int index )
Parameters
- wordFinder
- A word finder object.
- index
- The index of the style to obtain. The first style in a word has an index of zero.
Return Value
ImGearPDFStyle class object.