Table of Contents
PageBreakRangeWithMargin Property

Gets the page break range that includes margins.

Syntax
 public YRange PageBreakRangeWithMargin { get; }
Remarks

Unlike PageBreakRange, this property is not used by the paging process. However it provides additional information that you can use to modify PageBreakRange property in your own custom paging implementation.

See Also