Defines the set of scale modes.
Namespace: FirstFloor.Documents.ControlsAssembly: 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 name | Value | Description | |
|---|---|---|---|
| Fixed | 0 | A fixed scale. | |
| FitWidth | 1 | Adjusts the scale so that a single page fills the pane horizontally. | |
| FitHeight | 2 | Adjusts the scale so that a single page fills the pane vertically. | |
| FitPage | 3 | Adjusts the scale so that a single page fills the pane. |