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

BookmarkInfo(IBrickOwner, String, BookmarkInfo) Constructor

Initializes a new instance of the BookmarkInfo class with the specified settings.

Namespace: DevExpress.XtraPrinting

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

Declaration

public BookmarkInfo(
    IBrickOwner brickOwner,
    string bookmark,
    BookmarkInfo bookmarkParentInfo
)

Parameters

Name Type Description
brickOwner DevExpress.XtraPrinting.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