Click or drag to resize

IScalingTPrintSettingsScaling Property

Gets or sets the scaling for printing.

Namespace:  DotNetBrowser.Print.Settings
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
Scaling Scaling { get; set; }

Property Value

Type: Scaling
The scaling used for printing.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe specified scaling is null.
ArgumentExceptionThe specified scaling is not supported by the printer.
See Also