Click or drag to resize

IFitTPrintSettings Interface

Allows configuring the content fit for printing.

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

Type Parameters

TPrintSettings
The specific print settings type.

The IFitTPrintSettings 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