The TargetFile Property is available in LEADTOOLS Document and Medical Imaging toolkits.
The full path of the resulting file.
Syntax
Visual Basic (Declaration) | |
---|
Public Property TargetFile As String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As OcrActivity
Dim value As String
instance.TargetFile = value
value = instance.TargetFile |
C# | |
---|
public string TargetFile {get; set;} |
Property Value
Full path of the resulting file.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also