Gets and sets the horizontal resolution for rendering the page or selection.
            
            
            
            
            
            
            
            'Declaration
 
Public Property ResolutionX As Double
             
        
            
            'Usage
 
Dim instance As RenderOptions
Dim value As Double
 
instance.ResolutionX = value
 
value = instance.ResolutionX
             
        
            
            public double ResolutionX {get; set;}
             
        
            
            public: __property double get_ResolutionX();
public: __property void set_ResolutionX( 
   double value
);
             
        
            
            public:
property double ResolutionX {
   double get();
   void set (    double value);
}
             
        
             
        
            
            
            Property Value
A double value which represents the x (horizontal) resolution value.