'Declaration
Public Function SetVariable( _ ByVal Name As String, _ ByVal Value As String _ ) As GdPictureStatus
public GdPictureStatus SetVariable( string Name, string Value )
public function SetVariable( Name: String; Value: String ): GdPictureStatus;
public function SetVariable( Name : String, Value : String ) : GdPictureStatus;
public: GdPictureStatus SetVariable( string* Name, string* Value )
public: GdPictureStatus SetVariable( String^ Name, String^ Value )
Parameters
- Name
- The name of the parameter. You can find a wide range of possible variables listed in Tesseract-OCR parameters.
- Value
- The value for the specified parameter.
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.