Gets or sets the maximum size of the created image. If the size is too big an exception could be thrown.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public Size MaxImageSize { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property MaxImageSize As Size |
An instance of the .NET Size structure. The default is Size(1000, 1000).
See Also