Click or drag to resize

IPageMarginsTPrintSettings Interface

Allows configuring the page margins.

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

Type Parameters

TPrintSettings
The specific print settings type.

The IPageMarginsTPrintSettings type exposes the following members.

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