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




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEElement Class : SetGState Method
The graphics state information for an element.
Sets the graphics state information for an element.
Syntax
'Declaration
 
Public Sub SetGState( _
   ByVal graphicState As ImGearPDEGraphicState _
) 
'Usage
 
Dim instance As ImGearPDEElement
Dim graphicState As ImGearPDEGraphicState
 
instance.SetGState(graphicState)
public void SetGState( 
   ImGearPDEGraphicState graphicState
)
public: void SetGState( 
   ImGearPDEGraphicState* graphicState
) 
public:
void SetGState( 
   ImGearPDEGraphicState^ graphicState
) 

Parameters

graphicState
The graphics state information for an element.
Remarks

This method is only valid for PDE Form, PDE Image, PDE Path and PDE Shading elements.

See Also

Reference

ImGearPDEElement Class
ImGearPDEElement Members
ImGearPDEGraphicState Class