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