ImageGear for .NET
RunSetGState Method




Index of the text run.
ImGearPDEGraphicState with graphics state to set.
Sets the graphics state of a text run.
Syntax
public void RunSetGState( 
   int index,
   ImGearPDEGraphicState graphicsState
)
public: void RunSetGState( 
   int index,
   ImGearPDEGraphicState* graphicsState
) 
public:
void RunSetGState( 
   int index,
   ImGearPDEGraphicState^ graphicsState
) 
'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)

Parameters

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

Reference

ImGearPDEText Class
ImGearPDEText Members
ImGearPDEGraphicState Class

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback