Back to Devexpress

PrintingSystemPreviewModel Class

wpf-devexpress-dot-xpf-dot-printing-6015ed38.md

latest2.1 KB
Original Source

PrintingSystemPreviewModel Class

Obsolete. The base for classes that provide the Preview Model functionality in WPF applications.

Namespace : DevExpress.Xpf.Printing

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

NuGet Package : DevExpress.Wpf.Printing

Declaration

csharp
public abstract class PrintingSystemPreviewModel :
    DocumentPreviewModelBase,
    IDisposable
vb
Public MustInherit Class PrintingSystemPreviewModel
    Inherits DocumentPreviewModelBase
    Implements IDisposable

Remarks

To display a default Print Preview without creating a custom preview window, use the methods of the PrintHelper class.

To create a custom Print Preview window, use the DocumentPreviewWindow class.

Implements

IDocumentPreviewModel

IPreviewModel

Inheritance

Object PreviewModelBase DocumentPreviewModelBase PrintingSystemPreviewModel LegacyLinkPreviewModel

LinkPreviewModel

XtraReportPreviewModel

See Also

PrintingSystemPreviewModel Members

PrintHelper

DocumentPreviewWindow

DevExpress.Xpf.Printing Namespace