Click or drag to resize

IOrientationTPrintSettings Interface

Allows configuring the page orientation.

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

Type Parameters

TPrintSettings
The specific print settings type.

The IOrientationTPrintSettings type exposes the following members.

Properties
  NameDescription
Public propertyOrientation
Gets or sets the page orientation.
Top
Extension Methods
Remarks
This interface is implemented by specific IPrintSettings implementations that support configuring the page orientation.
See Also