Gets or sets the optional name of prepared multi-page zone file. 

            
            
            
            
            public string ZonesFileName {get; set;}
             
        
            
            'Declaration
 
Public Property ZonesFileName As String
             
        
            
            'Usage
 
Dim instance As OcrAutoRecognizeJobData
Dim value As String
 
instance.ZonesFileName = value
 
value = instance.ZonesFileName
             
        
            
            public string ZonesFileName {get; set;}
             
        
            
        
            
        
            
             
get_ZonesFileName();
set_ZonesFileName(value);
Object.defineProperty('ZonesFileName'); 
             
        
            
            public:
property String^ ZonesFileName {
   String^ get();
   void set (    String^ value);
}
             
        
             
        
            
            
            Property Value
A 
System.String that contains the optional name of prepared multi-page zone file. This member can be a 
null (
Nothing in Visual Basic) reference. When no zone file is specified, the 
IOcrAutoRecognizeManager will auto detect the zones for each page using 
IOcrPage.AutoZone.