Search
PrintOptions.FitToPage Property
See Also
 





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

 Syntax

C#  Copy Code

public bool FitToPage { get; set; }

Visual Basic  Copy Code

Public Property FitToPage As Boolean

 Property Value

true to fit the print output into a single page; otherwise, false. The default is false.

 See Also