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




In This Topic
    RunSetGState Method
    In This Topic
    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