The JobName Property is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets the optional job name.| Visual Basic (Declaration) | |
|---|---|
Public Property JobName As String | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As OcrAutoRecognizeJobData Dim value As String instance.JobName = value value = instance.JobName | |
| C# | |
|---|---|
public string JobName {get; set;} | |
Property Value
A System.String that contains the optional job name. If tracing is enabled with IOcrAutoRecognizeManager.EnableTrace, then the engine will use this value in the trace messages. If this member is a null reference (Nothing in Visual Basic), then the trace will show the generic [Untitled] name next to the trace messages.For an example, refer to IOcrAutoRecognizeManager.RunJob and IOcrAutoRecognizeManager.RunJobAsync.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code