ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEText Class / RunSetState Method
Index of the text run.
ImGearPDETextState class with state to set.




In This Topic
    RunSetState Method
    In This Topic
    Sets the text state of a text run.
    Syntax
    'Declaration
     
    Public Sub RunSetState( _
       ByVal index As Integer, _
       ByVal textState As ImGearPDETextState _
    ) 
    'Usage
     
    Dim instance As ImGearPDEText
    Dim index As Integer
    Dim textState As ImGearPDETextState
     
    instance.RunSetState(index, textState)
    public void RunSetState( 
       int index,
       ImGearPDETextState textState
    )
    public: void RunSetState( 
       int index,
       ImGearPDETextState* textState
    ) 
    public:
    void RunSetState( 
       int index,
       ImGearPDETextState^ textState
    ) 

    Parameters

    index
    Index of the text run.
    textState
    ImGearPDETextState class with state to set.
    See Also