Skip to main content
A newer version of this page is available. .

PrintControl.DocumentHasBookmarks Property

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

Namespace: DevExpress.XtraPrinting.Control

Assembly: DevExpress.XtraPrinting.v19.1.dll

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