Gets or sets the scale of the print output relatively to the original on-screen size of the workbook, expressed in percents.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public float Scale { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Scale As Single |
A float value. The default is 100.
See Also