Table of Contents

Method Custom

Namespace
DotNetBrowser.Print
Assembly
DotNetBrowser.dll

Custom(int)

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

public static Scaling Custom(int scaleFactor)

Parameters

scaleFactor int
    The scale factor to apply to the content, where 
100

is a normal size. Should be in the range from

10

to

200

.

Returns

Scaling

The scaling used for printing.

Exceptions

ArgumentOutOfRangeException
    The <code class="paramref">scaleFactor</code> is out of range.
    Should be in the range from 
10

to

200

.