ImageGear .NET - Updated October 2, 2018
SetGState Method (ImGearPDETextItem)




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDETextItem Class : SetGState Method
The graphics state information to set.
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)

Parameters

graphicsState
The graphics state information to set.
See Also

Reference

ImGearPDETextItem Class
ImGearPDETextItem Members
ImGearPDEGraphicState Class