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

VisualBrick.BookmarkInfo Property

Gets an object containing information about the bookmark for this VisualBrick.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v19.2.Core.dll

Declaration

public BookmarkInfo BookmarkInfo { get; set; }

Property Value

Type Description
BookmarkInfo

A BookmarkInfo object.

Remarks

To add a bookmark to a document, create the BookmarkNode object and add it to the BookmarkNodeCollection of the document. Use the BookmarkNode.Brick property to get the brick which the bookmark is associated with. To change the text of the root bookmark, use the Document.Bookmark property.

See Also