Back to Devexpress

PrintControl.DocumentMapVisible Property

windowsforms-devexpress-dot-xtraprinting-dot-control-dot-printcontrol-9db00c5b.md

latest1.7 KB
Original Source

PrintControl.DocumentMapVisible Property

Indicates whether or not the Document Map is visible in Print Preview.

Namespace : DevExpress.XtraPrinting.Control

Assembly : DevExpress.XtraPrinting.v25.2.dll

NuGet Package : DevExpress.Win.Printing

Declaration

csharp
[Browsable(false)]
public bool DocumentMapVisible { get; }
vb
<Browsable(False)>
Public ReadOnly Property DocumentMapVisible As Boolean

Property Value

TypeDescription
Boolean

true if the Document Map is visible; otherwise, false.

|

Remarks

The Document Map is available for a Document having any bookmarks assigned to its elements.

See Also

SetDocumentMapVisibility(Boolean)

DocumentHasBookmarks

Bookmark

BookmarkNodes

PrintControl Class

PrintControl Members

DevExpress.XtraPrinting.Control Namespace