Table of Contents

Interface IPageMargins<TPrintSettings>

Namespace
DotNetBrowser.Print.Settings
Assembly
DotNetBrowser.dll

Allows configuring the page margins.

public interface IPageMargins<out TPrintSettings> where TPrintSettings : class, IPrintSettings

Type Parameters

TPrintSettings

The specific print settings type.

Extension Methods

Remarks

This interface is implemented by specific IPrintSettings implementations that support configuring the page margins.

Properties

PageMargins

Gets or sets the page margins for printing.