In This Topic
GdPicture14.MAUI Namespace / GdViewer Class / RemoveSelectedText Method

RemoveSelectedText Method

In This Topic
Removes the selected text form the loaded document.
Syntax
'Declaration

 

Public Sub RemoveSelectedText() 
public void RemoveSelectedText()
public procedure RemoveSelectedText(); 
public function RemoveSelectedText();
public: void RemoveSelectedText(); 
public:

void RemoveSelectedText(); 
Remarks
Use the HasTextRemovalSupport property to determine if text removal is supported.
See Also