Click or drag to resize

IScalingTPrintSettings Interface

Allows configuring the scaling for printing.

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

Type Parameters

TPrintSettings
The specific print settings type.

The IScalingTPrintSettings type exposes the following members.

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