BookmarkInfo(IBrickOwner, String, BookmarkInfo) Constructor
Initializes a new instance of the BookmarkInfo class with the specified settings.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
Declaration
public BookmarkInfo(
IBrickOwner brickOwner,
string bookmark,
BookmarkInfo bookmarkParentInfo
)
Parameters
Name | Type | Description |
---|---|---|
brickOwner | IBrickOwner | An object implementing the IBrickOwner interface. This value is assigned to the BookmarkInfo.BrickOwner property. |
bookmark | String | A String value. This value is assigned to the BookmarkInfo.Bookmark property. |
bookmarkParentInfo | BookmarkInfo | A BookmarkInfo object. This value is assigned to the BookmarkInfo.ParentInfo property. |
See Also