Click or drag to resize

IColorModelTPrintSettings Interface

Allows configuring the color model for printing.

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

Type Parameters

TPrintSettings
The specific print settings type.

The IColorModelTPrintSettings type exposes the following members.

Properties
  NameDescription
Public propertyColorModel
Gets or sets the color model.
Top
Extension Methods
Remarks
This interface is implemented by specific IPrintSettings implementations that support color models.
See Also