Skip to main content

PrintControl.DocumentHasBookmarks Property

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

Namespace: DevExpress.XtraPrinting.Control

Assembly: DevExpress.XtraPrinting.v23.2.dll

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

Declaration

[Browsable(false)]
public bool DocumentHasBookmarks { get; }

Property Value

Type Description
Boolean

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

See Also