Click or drag to resize

Fit Enumeration

The content fit used for printing.

Namespace:  DotNetBrowser.Print
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.2
Syntax
C#
public enum Fit
Members
  Member nameValueDescription
Unspecified0 Reserved value.
ToPage1 Fit the content of the page.
ToPaper2 Fit the content of the paper.
See Also