Gets and sets the default horizontal resolution, expressed in dots per inch (DPI), for images that do not
            report resolution.
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Property DefaultHorizontalResolution As Integer
             
        
            
            'Usage
 
Dim instance As Reader
Dim value As Integer
 
instance.DefaultHorizontalResolution = value
 
value = instance.DefaultHorizontalResolution
             
        
            
            public int DefaultHorizontalResolution {get; set;}
             
        
            
            public: __property int get_DefaultHorizontalResolution();
public: __property void set_DefaultHorizontalResolution( 
   int value
);
             
        
            
            public:
property int DefaultHorizontalResolution {
   int get();
   void set (    int value);
}
             
        
             
        
            
            
             
            Exceptions
            
            
            
            
            
            
            
            
            
            
            See Also