 | OcrApiOutputName Property |
Gets or sets the name of the output files. Needed only for debugging.
Namespace: Patagames.OcrAssembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntaxpublic string OutputName { get; set; }Public Property OutputName As String
Get
Set
public:
property String^ OutputName {
String^ get ();
void set (String^ value);
}member OutputName : string with get, set
/** @property */
public String get_OutputName()
/** @property */
public void set_OutputName(String value)
function get_OutputName();
function set_OutputName(value);
Property Value
String
See Also