Skip to main content

IDocumentPreviewModel.IsDocumentMapVisible Property

Specifies whether or not the Document Map panel is visible.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v14.2.dll

#Declaration

bool IsDocumentMapVisible { get; set; }

#Property Value

Type Description
Boolean

true to show the Document Map panel; otherwise false.

#Remarks

The following image demonstrates the Document Map panel.

Document-Map-Panel

See Also