'Declaration
Public Function GetCharStyle( _
ByVal As ImGearPDFWordFinder, _
ByVal 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)