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

PrintOptionsViewModel.PreviewImage Property

Specifies the preview image of the current document page.

Namespace: DevExpress.Xpf.Printing.PreviewControl

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Printing, DevExpress.Wpf.Printing

Declaration

public ImageSource PreviewImage { get; set; }

Property Value

Type Description
ImageSource

A ImageSource object.

See Also