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