Skip to main content

PdfPageSetupDialogShowingEventArgs.FormSize Property

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

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v23.2.dll

NuGet Package: DevExpress.Win.PdfViewer

Declaration

public Size FormSize { get; set; }

Property Value

Type Description
Size

A 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