ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEElement Class / GetGState Method




In This Topic
    GetGState Method (ImGearPDEElement)
    In This Topic
    Gets the graphics state information for an element.
    Syntax
    'Declaration
     
    Public Function GetGState() As ImGearPDEGraphicState
    'Usage
     
    Dim instance As ImGearPDEElement
    Dim value As ImGearPDEGraphicState
     
    value = instance.GetGState()
    public ImGearPDEGraphicState GetGState()
    public: ImGearPDEGraphicState* GetGState(); 
    public:
    ImGearPDEGraphicState^ GetGState(); 

    Return Value

    ImGearPDEGraphicState class object.
    Remarks

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

    See Also