ImageGear .NET - Updated May 30, 2018
RunSetState Method




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEText Class : RunSetState Method
Index of the text run.
ImGearPDETextState class with state to set.
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)

Parameters

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

Reference

ImGearPDEText Class
ImGearPDEText Members
ImGearPDETextState Class