Click or drag to resize

ScalingCustom Method

Creates a custom scaling which scales the content according to the given scale factor.

Namespace:  DotNetBrowser.Print
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public static Scaling Custom(
	int scaleFactor
)

Parameters

scaleFactor
Type: SystemInt32
The scale factor to apply to the content, where
100
is a normal size. Should be in the range from to
200
.

Return Value

Type: Scaling
The scaling used for printing.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException The scaleFactor is out of range. Should be in the range from to
200
.
See Also