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

ExportSettings.SetBookmark(DependencyObject, String) Method

Sets the value of the ExportSettings.Bookmark attached property to a specified element.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Core.v21.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public static void SetBookmark(
    DependencyObject obj,
    string value
)

Parameters

Name Type Description
obj DependencyObject

A FrameworkElement object, to which the bookmark is assigned.

value String

A String value to assign.

See Also