←Select platform

JobName Property

Summary

Gets or sets the optional job name.

Syntax
C#
VB
Objective-C
C++
Java
public string JobName { get; set; } 
Public Property JobName As String 
@property (nonatomic, copy, nullable) NSString *jobName 
public String getJobName() 
public void setJobName(String value) 
public: 
property String^ JobName { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

A 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, then the trace will show the generic [Untitled] name next to the trace messages.

Remarks

Note: The maximum length for this string is 79 characters. Strings longer than 79 characters are truncated to 79 characters.

Example

For an example, refer to RunJob and RunJobAsync.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly