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
C#
![]() |
---|
public Size MaxImageSize { get; set; } |
Visual Basic
![]() |
---|
Public Property MaxImageSize As Size |
An instance of the .NET Size structure. The default is Size(1000, 1000).
MindFusion.Spreadsheet Programmer's Guide | © 2025 MindFusion |