Indicates whether to use the page margins when printing.
public bool UseMargins { get; set; }
public:
property bool UseMargins
{
bool get()
void set(bool value)
}
true to use the page margins when printing, otherwise; false. Default value is true.
When the value of the UseMargins property is set to true, the maximum page area used for printing will be the System.Drawing.Printing.PrintPageEventArgs.MarginBounds value.
When the value of the UseMargins property is set to false, the maximum page area used for printing will be the System.Drawing.Printing.PrintPageEventArgs.PageBounds value.
For more information on the bounds and how to change them, refer to System.Drawing.Printing.PrintDocument, System.Drawing.Printing.PrinterSettings and System.Drawing.Printing.PrintPageEventArgs in MSDN.
Important: the UseMargins property is only used to calculate the printing area when the value of both PageRectangle is left to the empty default value. If you set the PageRectangle value to anything else, it is assumed that you are responsible for calculating the print area and UseMargins will be ignored.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document