Skip to main content

PdfPageSetupDialogShowingEventArgs.MinimumFormSize Property

Gets the form’s minimum size.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v23.2.dll

NuGet Package: DevExpress.Win.PdfViewer

Declaration

public Size MinimumFormSize { get; }

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 access the page setup dialog minimum size when the PdfViewer.PageSetupDialogShowing event is raised.

See Also