Click or drag to resize

IFitTPrintSettingsFit Property

Gets or sets the content fit for printing.

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

Property Value

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