Click or drag to resize

IPageMarginsTPrintSettingsPageMargins Property

Gets or sets the page margins for printing.

Namespace:  DotNetBrowser.Print.Settings
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
PageMargins PageMargins { get; set; }

Property Value

Type: PageMargins
The page margins for printing.
Exceptions
ExceptionCondition
ArgumentExceptionThe specified page margins is null.
ArgumentExceptionThe specified page margins is not supported by the printer.
See Also