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

DocumentViewer.GetDocumentViewer(DependencyObject) Method

Gets the value of the DocumentViewer.DocumentViewer attached property from a given object.

Namespace: DevExpress.Xpf.Printing

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

Declaration

public static DocumentViewer GetDocumentViewer(
    DependencyObject obj
)

Parameters

Name Type Description
obj DependencyObject

An object whose DocumentViewer property’s value must be returned.

Returns

Type Description
DocumentViewer

The value of the DocumentViewer attached property for the specified object.

See Also