GdPicture.NET.14.API
GdPicture14 Namespace / GdPictureTextExtraction Class / GetStat Method





In This Topic
GetStat Method (GdPictureTextExtraction)
In This Topic
Returns the status of the last executed operation with the current GdPictureTextExtraction object.
Syntax
'Declaration
 
Public Function GetStat() As GdPictureStatus
public GdPictureStatus GetStat()
public function GetStat(): GdPictureStatus; 
public function GetStat() : GdPictureStatus;
public: GdPictureStatus GetStat(); 
public:
GdPictureStatus GetStat(); 

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.
Remarks
Use this method in the combination with all those, which return a value instead of a status.
See Also