MindFusion WinForms Programmer's Guide
ImageExporter.MaxImageSize Property
See Also
 





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

 Syntax

C#  Copy Code

public Size MaxImageSize { get; set; }

Visual Basic  Copy Code

Public Property MaxImageSize As Size

 Property Value

An instance of the .NET Size structure. The default is Size(1000, 1000).

 See Also

ImageExporter Members
ImageExporter Class
MindFusion.Spreadsheet Namespace