ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEElement Class / HasGState Property




In This Topic
    HasGState Property
    In This Topic
    Gets a value indicating whether the element has a graphics state.
    Syntax
    'Declaration
     
    Public ReadOnly Property HasGState As Boolean
    'Usage
     
    Dim instance As ImGearPDEElement
    Dim value As Boolean
     
    value = instance.HasGState
    public bool HasGState {get;}
    public: __property bool get_HasGState();
    public:
    property bool HasGState {
       bool get();
    }

    Property Value

    Boolean value.
    See Also