ImageGear .NET v25.0 - Updated
RunSetGState Method




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEText Class : RunSetGState Method
Index of the text run.
ImGearPDEGraphicState with graphics state to set.
Sets the graphics state of a text run.
Syntax
'Declaration
 
Public Sub RunSetGState( _
   ByVal index As Integer, _
   ByVal graphicsState As ImGearPDEGraphicState _
) 
'Usage
 
Dim instance As ImGearPDEText
Dim index As Integer
Dim graphicsState As ImGearPDEGraphicState
 
instance.RunSetGState(index, graphicsState)
public void RunSetGState( 
   int index,
   ImGearPDEGraphicState graphicsState
)
public: void RunSetGState( 
   int index,
   ImGearPDEGraphicState* graphicsState
) 
public:
void RunSetGState( 
   int index,
   ImGearPDEGraphicState^ graphicsState
) 

Parameters

index
Index of the text run.
graphicsState
ImGearPDEGraphicState with graphics state to set.
See Also

Reference

ImGearPDEText Class
ImGearPDEText Members
ImGearPDEGraphicState Class