ImageGear .NET v24.14 - Updated
HasGState Property




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEElement Class : HasGState Property
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

Reference

ImGearPDEElement Class
ImGearPDEElement Members