Error processing SSI file
LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)

Show in webframe

JobName Property








Gets or sets the optional job name.
Syntax
public string JobName {get; set;}
'Declaration
 
Public Property JobName As String
'Usage
 
Dim instance As OcrAutoRecognizeJobData
Dim value As String
 
instance.JobName = value
 
value = instance.JobName
public string JobName {get; set;}
@property (nonatomic, copy, nullable) NSString *jobName
public String getJobName()
public void setJobName(String value)
            
 <br/>get_JobName();<br/>set_JobName(value);<br/>Object.defineProperty('JobName'); 
public:
property String^ JobName {
   String^ get();
   void set (    String^ value);
}

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

See Also

Reference

OcrAutoRecognizeJobData Structure
OcrAutoRecognizeJobData Members
Programming with LEADTOOLS .NET OCR

Error processing SSI file
Leadtools.Forms.Ocr requires a Recognition or Document Imaging Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features