Gets or sets a value indicating whether the recognized image as an image covering the whole page. 
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Property VisibleImage As Boolean
             
        
            
            'Usage
 
Dim instance As ImGearOCRPDFOutputOptions
Dim value As Boolean
 
instance.VisibleImage = value
 
value = instance.VisibleImage
             
        
            
            public bool VisibleImage {get; set;}
             
        
            
            public: __property bool get_VisibleImage();
public: __property void set_VisibleImage( 
   bool value
);
             
        
            
            public:
property bool VisibleImage {
   bool get();
   void set (    bool value);
}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also