Skip to main content

MapPrintingOptions.AutomaticPageLayout Property

OBSOLETE

This property is obsolete now. Use the DashboardPrintPreviewOptions.MapAutomaticPageLayout/DashboardPdfExportOptions.MapAutomaticPageLayout properties instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488406

Gets or sets whether the page orientation used to print a map dashboard item is selected automatically.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v23.2.Win.dll

NuGet Package: DevExpress.Win.Dashboard

Declaration

[DefaultValue(false)]
[Obsolete("This property is obsolete now. Use the DashboardPrintPreviewOptions.MapAutomaticPageLayout/DashboardPdfExportOptions.MapAutomaticPageLayout properties instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488406")]
public bool AutomaticPageLayout { get; set; }

Property Value

Type Default Description
Boolean false

true, to automatically select the page orientation used to print a map dashboard item; otherwise, false.

See Also