PdfPageSetupDialogShowingEventArgs.FormSize Property
In This Article
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
#Property Value
Type | Description |
---|---|
Size | A |
#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 Pdf
See Also