DotNetBrowser Documentation
DotNetBrowser Documentation
DotNetBrowser API Reference
DotNetBrowser.Print.Settings
IPaperSize(TPrintSettings) Interface
IPaperSize(TPrintSettings) Properties
PaperSize Property
IPaperSize
TPrintSettings
PaperSize Property
Gets or sets the paper size for printing.
Namespace:
DotNetBrowser.Print.Settings
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.1
Syntax
C#
Copy
PaperSize
PaperSize
{
get
;
set
; }
Property Value
Type:
PaperSize
The paper size used for printing.
Exceptions
Exception
Condition
ArgumentException
The specified paper size is null.
ArgumentException
The specified paper size is not supported by the printer.
See Also
Reference
IPaperSize
TPrintSettings
Interface
DotNetBrowser.Print.Settings Namespace
Copyright © 2022 TeamDev Ltd. All Rights Reserved.