Defines the set of scale modes.

Namespace: FirstFloor.Documents.Controls
Assembly: FirstFloor.Documents.Controls (in FirstFloor.Documents.Controls.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public enum ScaleMode
Visual Basic
Public Enumeration ScaleMode
Visual C++
public enum class ScaleMode

Members

Member nameValueDescription
Fixed0 A fixed scale.
FitWidth1 Adjusts the scale so that a single page fills the pane horizontally.
FitHeight2 Adjusts the scale so that a single page fills the pane vertically.
FitPage3 Adjusts the scale so that a single page fills the pane.

See Also