Gets a value indicating whether there is a page start/end near the specified length.
Namespace: MindFusion.Reporting.Wpf.Export
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public bool IsPageBreak ( |
Visual Basic
Copy Code
|
|---|
Public Function IsPageBreak( _ |
The accumulative height to check.
true if there is a page break near the specified length; otherwise, false.
See Also