Skip to main content

PrintControl.SetDocumentMapVisibility(Boolean) Method

Specifies the visibility of the Document Map in Print Preview.

Namespace: DevExpress.XtraPrinting.Control

Assembly: DevExpress.XtraPrinting.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing

Declaration

public void SetDocumentMapVisibility(
    bool value
)

Parameters

Name Type Description
value Boolean

true, to display the Document Map; otherwise, false.

See Also