Skip to main content

XlHeaderFooter.ScaleWithDoc Property

Gets or sets a value indicating whether headers and footers should be scaled proportionately when print scaling is used to fit information on the specified number of pages.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public bool ScaleWithDoc { get; set; }

Property Value

Type Description
Boolean

true, to scale headers and footers with document scaling; otherwise, false.

See Also