Click or drag to resize

OrientationExtensionsSetOrientationTPrintSettings Method

Sets the page orientation.

Namespace:  DotNetBrowser.Print.Settings
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public static TPrintSettings SetOrientation<TPrintSettings>(
	this IOrientation<TPrintSettings> obj,
	Orientation orientation
)
where TPrintSettings : class, IPrintSettings

Parameters

obj
Type: DotNetBrowser.Print.SettingsIOrientationTPrintSettings
The IOrientationTPrintSettings implementation.
orientation
Type: DotNetBrowser.PrintOrientation
The page orientation.

Type Parameters

TPrintSettings
The specific print settings type.

Return Value

Type: TPrintSettings
The current print settings instance.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IOrientationTPrintSettings. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Exceptions
ExceptionCondition
ArgumentExceptionThe specified page orientation is not supported by the printer.
See Also