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

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.v19.1.Core.dll

Declaration

public bool ScaleWithDoc { get; set; }

Property Value

Type Description
Boolean

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

See Also