ImageGear v26.0 - Updated
RunSetState Method




ImageGear.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)
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

Reference

ImGearPDEText Class
ImGearPDEText Members
ImGearPDETextState Class

Is this page helpful?
Yes No
Thanks for your feedback.