Click or drag to resize

IPaperSizeTPrintSettingsPaperSize Property

Gets or sets the paper size for printing.

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

Property Value

Type: PaperSize
The paper size used for printing.
Exceptions
ExceptionCondition
ArgumentExceptionThe specified paper size is null.
ArgumentExceptionThe specified paper size is not supported by the printer.
See Also