Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PdfPageSetupDialogShowingEventArgs.FormSize Property

Gets or sets the size of the PDF page setup dialog.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v24.2.dll

NuGet Package: DevExpress.Win.PdfViewer

#Declaration

public Size FormSize { get; set; }

#Property Value

Type Description
Size

A System.Drawing.Size structure that specifies the setup dialog form’s width and height, in pixels.

#Remarks

Use this property to specify the page setup dialog size when the PdfViewer.PageSetupDialogShowing event is raised.

Note

The PDF page setup dialog form will have the minimum size if the specified form size value is less than the value returned by the PdfPageSetupDialogShowingEventArgs.MinimumFormSize property.

See Also