Gets or sets whether to print pages without any content in them.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# 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.
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.
WpfDiagram Programmer's Guide | © 2024 MindFusion |