Gets or sets a value indicating whether the margin settings, when displayed in millimeters, should be automatically converted to and from hundredths of an inch.
Documentation for this section has not yet been entered.
The System.Drawing.Printing.PageSettings class measures System.Drawing.Printing.PageSettings.Margins in hundredths of an inch, but the System.Windows.Forms.PageSetupDialog allows users to set margins in inches or millimeters depending on the culture settings for the system running the application.
In the .NET Framework version 2.0, you should set this property to true if your application could be used in cultures that measure document margins in millimeters. If you are doing this conversion yourself, as was required in versions of the .NET Framework earlier than version 2.0, you should use the default value of false.