VisualBrick.BookmarkInfo Property
Gets an object containing information about the bookmark for this VisualBrick.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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