ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEElement Class / SetGState Method
The graphics state information for an element.




In This Topic
    SetGState Method (ImGearPDEElement)
    In This Topic
    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