Skip to main content

PanelBrick.ValidatePageBottom(RectangleF, Boolean, RectangleF, IPrintingSystemContext) Method

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v23.2.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