Skip to main content

MapControl.Print() Method

Prints the MapControl.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public void Print()

Remarks

The MapControl can be printed if the XtraPrinting Library is available. To show a print preview, use MapControl.ShowPrintPreview or MapControl.ShowRibbonPrintPreview.

Note

With the XtraPrinting library you’re also able to export the control to various formats (PDF, RTF, etc.).

See Also