Back to Devexpress

PrintControl.DocumentHasBookmarks Property

windowsforms-devexpress-dot-xtraprinting-dot-control-dot-printcontrol-64ac50e8.md

latest1.5 KB
Original Source

PrintControl.DocumentHasBookmarks Property

Indicates whether or not a Document opened in Print Preview has any bookmarks.

Namespace : DevExpress.XtraPrinting.Control

Assembly : DevExpress.XtraPrinting.v25.2.dll

NuGet Package : DevExpress.Win.Printing

Declaration

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

Property Value

TypeDescription
Boolean

true if the document has bookmarks assigned to its elements; otherwise, false.

|

See Also

DocumentMapVisible

Bookmark

BookmarkNodes

PrintControl Class

PrintControl Members

DevExpress.XtraPrinting.Control Namespace