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




In This Topic
    GetState Method (ImGearPDETextItem)
    In This Topic
    Gets the text state of a text item.
    Syntax
    'Declaration
     
    Public Function GetState() As ImGearPDETextState
    'Usage
     
    Dim instance As ImGearPDETextItem
    Dim value As ImGearPDETextState
     
    value = instance.GetState()
    public ImGearPDETextState GetState()
    public: ImGearPDETextState* GetState(); 
    public:
    ImGearPDETextState^ GetState(); 

    Return Value

    ImGearPDETextState class object.
    See Also