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

PageHeaderFooter.IncreaseMarginsByContent Property

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

Namespace: DevExpress.XtraPrinting

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

Declaration

public bool IncreaseMarginsByContent { get; set; }

Property Value

Type Description
Boolean

true to increase the page margin; otherwise, false.

See Also