MindFusion.Wpf Pack Programmer's Guide
PrintOptions.SkipEmptyPages Property
See Also
 





Gets or sets whether to print pages without any content in them.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool SkipEmptyPages { get; set; }

Visual Basic  Copy Code

Public Property SkipEmptyPages As Boolean

 Property Value

true to skip pages without content, or false otherwise. The default value is false.

 Remarks

A sparse diagram might contain large areas that do not contain any items. When such diagram is paginated, a page might be empty apart from its header content. Enable this property to prevent printing empty pages.

 See Also

PrintOptions Members
PrintOptions Class
MindFusion.Diagramming.Wpf Namespace