LEADTOOLS Workflow OCR (Leadtools.Workflow.Ocr assembly)
LEAD Technologies, Inc

SourceFile Property






The full path of the image file to recognize.
Syntax
public string SourceFile {get; set;}
'Declaration
 
Public Property SourceFile As String
'Usage
 
Dim instance As OcrActivity
Dim value As String
 
instance.SourceFile = value
 
value = instance.SourceFile
public string SourceFile {get; set;}
 get_SourceFile();
set_SourceFile(value);
public:
property String^ SourceFile {
   String^ get();
   void set (    String^ value);
}

Property Value

Full path of the image file to recognize.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

OcrActivity Class
OcrActivity Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.