ImageGear .NET v25.0 - Updated
SetGState Method (ImGearPDETextItem)




ImageGear.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)
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

Reference

ImGearPDETextItem Class
ImGearPDETextItem Members
ImGearPDEGraphicState Class