Click or drag to resize

IFit<TPrintSettings> Interface

Allows configuring the content fit for printing.

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

Type Parameters

TPrintSettings
The specific print settings type.

The IFit<TPrintSettings> type exposes the following members.

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