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

PdfViewer.PageSetupDialogShowing Event

Occurs when displaying the Page Setup dialog in the PDF Viewer.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v18.2.dll

Declaration

public event PdfPageSetupDialogShowingEventHandler PageSetupDialogShowing

Event Data

The PageSetupDialogShowing event's data class is PdfPageSetupDialogShowingEventArgs. The following properties provide information specific to this event:

Property Description
FormLocation Gets or sets the point that specifies the screen coordinates of the form’s upper-left corner.
FormSize Gets or sets the size of the PDF page setup dialog.
FormStartPosition Gets or sets the form start position at runtime.
MinimumFormSize Gets the form’s minimum size.
PrinterSettings Provides access to the PDF printer settings.
See Also