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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
obj | DependencyObject | A FrameworkElement object, to which the bookmark is assigned. |
value | String | A String value to assign. |
See Also