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
intThe scale factor to apply to the content, where
is a normal size. Should be in the range from100
to10
.200
Returns
- Scaling
The scaling used for printing.
Exceptions
- ArgumentOutOfRangeException
The
scaleFactor
is out of range. Should be in the range from
to10
.200