Gets or sets a value indicating whether the print output is scaled to fit in a single page, preserving the aspect ratio of the original view.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public bool FitToPage { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property FitToPage As Boolean |
true to fit the print output into a single page; otherwise, false. The default is false.
See Also