ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDETextItem Class / SetGState Method
The graphics state information to set.




In This Topic
    SetGState Method (ImGearPDETextItem)
    In This Topic
    Sets the graphics state of a text item.
    Syntax
    'Declaration
     
    Public Shadows Sub SetGState( _
       ByVal graphicsState As ImGearPDEGraphicState _
    ) 
    'Usage
     
    Dim instance As ImGearPDETextItem
    Dim graphicsState As ImGearPDEGraphicState
     
    instance.SetGState(graphicsState)
    public new void SetGState( 
       ImGearPDEGraphicState graphicsState
    )
    public: new void SetGState( 
       ImGearPDEGraphicState* graphicsState
    ) 
    public:
    new void SetGState( 
       ImGearPDEGraphicState^ graphicsState
    ) 

    Parameters

    graphicsState
    The graphics state information to set.
    See Also