Gets and sets horizontal resolution for the image data, in pixels per inch.
            
            
            
            
            
            
            
            'Declaration
 
Public Property XResolution As Integer
             
        
            
            'Usage
 
Dim instance As ImageDataInfo
Dim value As Integer
 
instance.XResolution = value
 
value = instance.XResolution
             
        
            
            public int XResolution {get; set;}
             
        
            
            public: __property int get_XResolution();
public: __property void set_XResolution( 
   int value
);
             
        
            
            public:
property int XResolution {
   int get();
   void set (    int value);
}
             
        
             
        
            
            
            Property Value
An integer value which represents the x (horizontal) resolution.