<< Click to display table of contents >> TCustomRVPrint.IgnorePageBreaks |
Allows ignoring page breaks in a document.
property IgnorePageBreaks: Boolean;
(Introduced in version 14)
If True, the component ignores the following properties when printing:
▪TRichView.PageBreaksBeforeItems[];
▪TRVTableItemInfo.Rows[].PageBreakBefore.
This property is useful in TRVReportHelper component, if you want to display the loaded document completely in a single rectangle.
Default value
False