'Declaration
Public Function RemoveAllText() As GdPictureStatus
public GdPictureStatus RemoveAllText()
public function RemoveAllText(): GdPictureStatus;
public function RemoveAllText() : GdPictureStatus;
public: GdPictureStatus RemoveAllText();
public: GdPictureStatus RemoveAllText();
Return Value
A member of the GdPictureStatus enumeration. If the method has been successfully followed, then the return value is GdPictureStatus.OK.
We strongly recommend always checking this status first.