VisualBrick.BookmarkInfo Property
In This Article
Gets an object containing information about the bookmark for this VisualBrick.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
public BookmarkInfo BookmarkInfo { get; set; }
#Property Value
Type | Description |
---|---|
Bookmark |
A Bookmark |
#Remarks
To add a bookmark to a document, create the BookmarkNode object and add it to the BookmarkNodeCollection of the document. Call the Page.GetBrickByIndices
method 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