Back to Devexpress

PdfPageSetupDialogShowingEventArgs.FormSize Property

windowsforms-devexpress-dot-xtrapdfviewer-dot-pdfpagesetupdialogshowingeventargs-e6ff957a.md

latest1.7 KB
Original Source

PdfPageSetupDialogShowingEventArgs.FormSize Property

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

Namespace : DevExpress.XtraPdfViewer

Assembly : DevExpress.XtraPdfViewer.v25.2.dll

NuGet Package : DevExpress.Win.PdfViewer

Declaration

csharp
public Size FormSize { get; set; }
vb
Public Property FormSize As Size

Property Value

TypeDescription
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

PdfPageSetupDialogShowingEventArgs Class

PdfPageSetupDialogShowingEventArgs Members

DevExpress.XtraPdfViewer Namespace