PrintPreviewFormEx Class
In This Article
A print preview form with a standard toolbar.
Namespace: DevExpress.XtraPrinting.Preview
Assembly: DevExpress.XtraPrinting.v25.1.dll
NuGet Package: DevExpress.Win.Printing
#Declaration
public class PrintPreviewFormEx :
PrintPreviewFormExBase
#Related API Members
The following members return PrintPreviewFormEx objects:
Library | Related API Members |
---|---|
Win |
Printing |
Print |
|
Dashboard | Print |
#Remarks
The PrintPreviewFormEx class is no longer used separately and is retained only for backward compatibility. Use the DocumentViewer control, instead.
#Inheritance
Show 12 items
Object
MarshalByRefObject
Component
Control
ScrollableControl
ContainerControl
Form
DevExpress.XtraEditors.DForm
DevExpress.XtraEditors.MouseWheelContainerForm
XtraForm
PrintPreviewFormExBase
PrintPreviewFormEx
See Also