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




In This Topic
    GetGState Method (ImGearPDETextItem)
    In This Topic
    Gets the graphics state for a text item.
    Syntax
    'Declaration
     
    Public Shadows Function GetGState() As ImGearPDEGraphicState
    'Usage
     
    Dim instance As ImGearPDETextItem
    Dim value As ImGearPDEGraphicState
     
    value = instance.GetGState()
    public new ImGearPDEGraphicState GetGState()
    public: new ImGearPDEGraphicState* GetGState(); 
    public:
    new ImGearPDEGraphicState^ GetGState(); 

    Return Value

    ImGearPDEGraphicState class object.
    See Also