←Select platform

JobName Property

Summary

Gets or sets the optional job name.

Syntax

C#
VB
Java
Objective-C
C++
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly