MapControl.ShowPrintPreview(Window, String, String) Method
Invokes the Print Preview window, which shows the print preview of the Map control with the specified title and document name.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
Parameters
Name | Type | Description |
---|---|---|
owner | Window | A Window object or class descendant object, which is the owner of the invoked form. |
documentName | String | A string value, which is used as the default file name when saving the document. |
title | String | A string value, specifying the preview form title. |
See Also