Enum AutoScaleType
When previewing pages of a report, visualization scale can be adjusted to predetermined sizes
Namespace: Reportman.Drawing
Assembly: Reportman.Drawing.dll
Syntax
public enum AutoScaleType
Fields
| Name | Description |
|---|---|
| Custom | The page will have a custom scale |
| EntirePage | The entire page will be scaled to be visible inside the window application |
| Height | The page will fit the height of the window |
| Real | Real size, using dots per inch of screen |
| Wide | The page will fit the width of the window application |