Back to Devexpress

PageSetupEditorForm Class

windowsforms-devexpress-dot-xtraprinting-dot-preview-6c94e573.md

latest2.2 KB
Original Source

PageSetupEditorForm Class

A customized Page Setup dialog that reflects the application’s current Look And Feel settings.

Namespace : DevExpress.XtraPrinting.Preview

Assembly : DevExpress.XtraPrinting.v25.2.dll

NuGet Package : DevExpress.Win.Printing

Declaration

csharp
public class PageSetupEditorForm :
    XtraForm
vb
Public Class PageSetupEditorForm
    Inherits XtraForm

Remarks

The following image illustrates the PageSetupEditorForm that is invoked by the PrintTool.ShowPageSetup method and replaces the standard PageSetupDialog.

Inheritance

Show 11 items

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

See Also

PageSetupEditorForm Members

ShowPageSetup()

DevExpress.XtraPrinting.Preview Namespace