Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Printing

Declaration

public static void SetDocumentViewer(
    DependencyObject obj,
    DocumentPreview value
)

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