Click or drag to resize

Scaling Class

The scaling used for printing.
Inheritance Hierarchy
SystemObject
  DotNetBrowser.PrintScaling

Namespace:  DotNetBrowser.Print
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public sealed class Scaling

The Scaling type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCustom
Creates a custom scaling which scales the content according to the given scale factor.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberDefault
The default scaling for the printing content.
Public fieldStatic memberFitToPage
The scaling that fits the content of the page.
Public fieldStatic memberFitToPaper
The scaling that fits the content of the paper.
Top
See Also