Enables or disables using inches as the measurement unit for the values of the 
PaperWidth and 
PaperHeight properties.
            
            
            
            
            public bool DimensionsInInches {get; set;}
             
        
            
            'Declaration
 
Public Property DimensionsInInches As Boolean
             
        
            
            'Usage
 
Dim instance As PrinterSpecifications
Dim value As Boolean
 
instance.DimensionsInInches = value
 
value = instance.DimensionsInInches
             
        
            
        
            
        
            
            public:
property bool DimensionsInInches {
   bool get();
   void set (    bool value);
}
             
        
             
        
            
            
            Property Value
True to use inches as the unit of measure; false to use millimeters as the unit of measure.