LEADTOOLS Workflow OCR (Leadtools.Workflow.Ocr assembly)

ZoneFileNames Property

Show in webframe





Optional list of file names for prepared zone files for the pages. This list can be left empty.
Syntax
public List<string> ZoneFileNames {get;}
'Declaration
 
Public ReadOnly Property ZoneFileNames As List(Of String)
'Usage
 
Dim instance As OcrActivity
Dim value As List(Of String)
 
value = instance.ZoneFileNames

            

            
public:
property List<String^>^ ZoneFileNames {
   List<String^>^ get();
}

Property Value

List of file names for prepared zone files for the pages.
Remarks
Each file in the list is applied to the corresponding page index in the image being processed.
Requirements

Target Platforms

See Also

Reference

OcrActivity Class
OcrActivity Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2013 All Rights Reserved. LEAD Technologies, Inc.