PrintControl.SetDocumentMapVisibility(Boolean) Method
In This Article
Specifies the visibility of the Document Map in Print Preview.
Namespace: DevExpress.XtraPrinting.Control
Assembly: DevExpress.XtraPrinting.v24.2.dll
NuGet Package: DevExpress.Win.Printing
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
value | Boolean | true, to display the Document Map; otherwise, false. |
See Also