Gets or sets a value that indicates whether LEAD's automated scaling properties are used to account for the physical resolution of the bitmap.
            
            
            
            
            
            
            
            public virtual bool UseDpi {get; set;}
             
        
            
            'Declaration
 
Public Overridable Property UseDpi As Boolean
             
        
            
            'Usage
 
Dim instance As RasterPictureBox
Dim value As Boolean
 
instance.UseDpi = value
 
value = instance.UseDpi
             
        
            
        
            
        
            
            public:
virtual property bool UseDpi {
   bool get();
   void set (    bool value);
}
             
        
             
        
            
            
            Property Value
true Account for the physical resolution. Default value is 
true.