The LeftMargin property indicates the width of the nonprintable area on the left side of the page in inches or millimeters depending on the Units property.
control.LeftMargin[=integer8]
Integer8. Gets or sets an integer value indicating the width of the left margin. The Units property determines if the value is in inches or millimeters. The default *None indicates the printer's normal default left margin setting will be used as the default.
To set the LeftMargin property, click on the right side of the property and enter the width of the margin on the left side of the page. *None indicates the printer's normal default left margin setting will be used.
Note Each printer device has a minimum left margin width in which output can not physically be printed. This minimum can vary for each printer device. It is up to the programmer to ensure the setting of this property is not too narrow and is not set outside the printable area of the page for the printer device being used.
PrintFile Class | PrintFile Class Members | Units Property | TopMargin Property