PanelBrick.ValidatePageBottom(RectangleF, Boolean, RectangleF, IPrintingSystemContext) Method
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v25.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
public override float ValidatePageBottom(
RectangleF pageBounds,
bool enforceSplitNonSeparable,
RectangleF rect,
IPrintingSystemContext context
)
Parameters
| Name | Type |
|---|---|
| pageBounds | RectangleF |
| enforceSplitNonSeparable | Boolean |
| rect | RectangleF |
| context | IPrintingSystemContext |
Returns
| Type |
|---|
| Single |
See Also