Skip to main content

PageHeaderFooter.IncreaseMarginsByContent Property

Specifies whether or not the page margin is increased if its content does not fit.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public bool IncreaseMarginsByContent { get; set; }

Property Value

Type Description
Boolean

true to increase the page margin; otherwise, false.

See Also