A newer version of this page is available.
Switch to the current version.
PrintingSystemBase.FillEmptySpace Event
Fires after page rendering if a gap remains between the rendered areas.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
[Browsable(false)]
public event EmptySpaceEventHandler FillEmptySpace
<Browsable(False)>
Public Event FillEmptySpace As EmptySpaceEventHandler
Event Data
The FillEmptySpace event's data class is DevExpress.XtraPrinting.EmptySpaceEventArgs.
Remarks
For internal use only.
See Also
Feedback