Search
WorkbookPrinter.EnableObjects Property
See Also
 






Gets or sets a value indicating whether to print drawing objects.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public bool EnableObjects { get; set; }

Visual Basic  Copy Code

Public Property EnableObjects As Boolean

 Property Value

true to print drawing objects, such as charts and pictures; otherwise, false. The default is true.

 See Also