ImageGear v26.3 - Updated
ImageGear.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.




In This Topic
    GetCharStyle Method
    In This Topic
    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)
    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.
    See Also