Skip to main content
A newer version of this page is available. .

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

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v19.1.Core.dll

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