Gets or sets the name of the output document file. 

            
            
            
            
            public string DocumentFileName {get; set;}
             
        
            
            'Declaration
 
Public Property DocumentFileName As String
             
        
            
            'Usage
 
Dim instance As OcrAutoRecognizeJobData
Dim value As String
 
instance.DocumentFileName = value
 
value = instance.DocumentFileName
             
        
            
            public string DocumentFileName {get; set;}
             
        
            
        
            
        
            
             
get_DocumentFileName();
set_DocumentFileName(value);
Object.defineProperty('DocumentFileName'); 
             
        
            
            public:
property String^ DocumentFileName {
   String^ get();
   void set (    String^ value);
}
             
        
             
        
            
            
            Property Value
A 
System.String that contains the name of the output document file. When recognition is completed, this file will be created on disk. This member cannot be a 
null reference (
Nothing in Visual Basic).