'Declaration
Public Function AddLanguage( _ ByVal Language As OCRLanguage _ ) As GdPictureStatus
public GdPictureStatus AddLanguage( OCRLanguage Language )
public function AddLanguage( Language: OCRLanguage ): GdPictureStatus;
public function AddLanguage( Language : OCRLanguage ) : GdPictureStatus;
public: GdPictureStatus AddLanguage( OCRLanguage Language )
public: GdPictureStatus AddLanguage( OCRLanguage Language )
Parameters
- Language
- A member of the OCRLanguage enumeration. A new language, that is added in the current GdPictureOCR object for subsequent use together with the previously added languages.
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.