ImageGear .NET - Updated December 24, 2018
GetCharStyle Method




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFWord Class : GetCharStyle Method
A word finder object.
The index of the style to obtain. The first style in a word has an index of zero.
Gets a PDF Style object for the specified style in a word.
Syntax
'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)

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.
See Also

Reference

ImGearPDFWord Class
ImGearPDFWord Members
ImGearPDFStyle Class
ImGearPDFWordFinder Class