Gets or sets whether to print pages without any content in them.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public bool SkipEmptyPages { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property SkipEmptyPages As Boolean |
true to skip pages without content, or false otherwise. The default value is false.
RemarksA 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