DocumentViewer.GetDocumentViewer(DependencyObject) Method
In This Article
Gets the value of the DocumentViewer.DocumentViewer attached property from a given object.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.2.dll
NuGet Package: DevExpress.Wpf.Printing
#Declaration
public static DocumentViewer GetDocumentViewer(
DependencyObject obj
)
#Parameters
Name | Type | Description |
---|---|---|
obj | Dependency |
An object whose Document |
#Returns
Type | Description |
---|---|
Document |
The value of the Document |
See Also