Search
PrintOptions.Scale Property
See Also
 





Gets or sets the scale of the print output.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public float Scale { get; set; }

Visual Basic  Copy Code

Public Property Scale As Single

 Property Value

A float value specifying the scale of print output relative to the screen. The default is 1.

 See Also