ImageGear21.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFWord Class : GetCharStyle Method |
'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 )