Click or drag to resize

IPaperSizeTPrintSettings Interface

Allows configuring the paper size for printing.

Namespace:  DotNetBrowser.Print.Settings
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public interface IPaperSize<out TPrintSettings>
where TPrintSettings : class, IPrintSettings

Type Parameters

TPrintSettings
The specific print settings type.

The IPaperSizeTPrintSettings type exposes the following members.

Properties
  NameDescription
Public propertyPaperSize
Gets or sets the paper size for printing.
Top
Extension Methods
Remarks
This interface is implemented by specific IPrintSettings implementations that support configuring paper size.
See Also