BackstagePrintPreview.GetActualPreview(FrameworkElement) Method
In This Article
Gets the value of the BackstagePrintPreview.ActualPreview 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 BackstagePrintPreview GetActualPreview(
FrameworkElement d
)
#Parameters
Name | Type | Description |
---|---|---|
d | Framework |
An object whose Backstage |
#Returns
Type | Description |
---|---|
Backstage |
A print preview object associated with the specified object. |
See Also