Interface IFit<TPrintSettings>
- Namespace
- DotNetBrowser.Print.Settings
- Assembly
- DotNetBrowser.dll
Allows configuring the content fit for printing.
public interface IFit<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 content fit for printing.
Properties
- Fit
Gets or sets the content fit for printing.