In This Topic
GdPicture14.MAUI Namespace / GdViewer Class / HasTextRemovalSupport Property

HasTextRemovalSupport Property

In This Topic
Specifies if text removal is supported with the loaded document.
Syntax
'Declaration

 

Public ReadOnly Property HasTextRemovalSupport As Boolean
public bool HasTextRemovalSupport {get;}
public read-only property HasTextRemovalSupport: Boolean; 
public function get HasTextRemovalSupport : boolean
public: __property bool get_HasTextRemovalSupport();
public:

property bool HasTextRemovalSupport {

   bool get();

}
See Also