Search
PaginationOptions.EnableObjects Property
See Also
 






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

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public bool EnableObjects { get; set; }

Visual Basic  Copy Code

Public Property EnableObjects As Boolean

 Property Value

A boolean value. The default is true.

 See Also