DocumentViewer.SetDocumentViewer(DependencyObject, DocumentPreview) Method
Sets the value of the DocumentViewer.DocumentViewer attached property for a given object.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
Parameters
Name | Type | Description |
---|---|---|
obj | DependencyObject | An object for which the DocumentViewer attached property is set. |
value | DocumentPreview | The value for the DocumentViewer attached property. |
See Also