Skip to main content

PrintingSystemBase.FillEmptySpace Event

Fires after page rendering if a gap remains between the rendered areas.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v24.2.Core.dll

NuGet Package: DevExpress.Printing.Core

#Declaration

[Browsable(false)]
public event EmptySpaceEventHandler FillEmptySpace

#Event Data

The FillEmptySpace event's data class is DevExpress.XtraPrinting.EmptySpaceEventArgs.

#Remarks

For internal use only.

See Also