Back to Devexpress

PrintPreviewFormExBase Class

windowsforms-devexpress-dot-xtraprinting-dot-preview-8ecfe9e7.md

latest2.0 KB
Original Source

PrintPreviewFormExBase Class

The base class for the print preview forms with a standard toolbar.

Namespace : DevExpress.XtraPrinting.Preview

Assembly : DevExpress.XtraPrinting.v25.2.dll

NuGet Package : DevExpress.Win.Printing

Declaration

csharp
public class PrintPreviewFormExBase :
    XtraForm,
    IPrintPreviewForm
vb
Public Class PrintPreviewFormExBase
    Inherits XtraForm
    Implements IPrintPreviewForm

Remarks

The PrintPreviewFormExBase class serves as a base class for the PrintPreviewFormEx and implements the key functionality used to show the Print Preview of a document.

Inheritance

Show 12 items

Object MarshalByRefObject Component Control ScrollableControl ContainerControl Form DevExpress.XtraEditors.DForm DevExpress.XtraEditors.MouseWheelContainerForm XtraForm PrintPreviewFormExBase PrintPreviewFormEx

See Also

PrintPreviewFormExBase Members

DevExpress.XtraPrinting.Preview Namespace