Back to Devexpress

PdfPageSetupDialogShowingEventArgs.MinimumFormSize Property

windowsforms-devexpress-dot-xtrapdfviewer-dot-pdfpagesetupdialogshowingeventargs-8388efd8.md

latest1.5 KB
Original Source

PdfPageSetupDialogShowingEventArgs.MinimumFormSize Property

Gets the form’s minimum size.

Namespace : DevExpress.XtraPdfViewer

Assembly : DevExpress.XtraPdfViewer.v25.2.dll

NuGet Package : DevExpress.Win.PdfViewer

Declaration

csharp
public Size MinimumFormSize { get; }
vb
Public ReadOnly Property MinimumFormSize 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 access the page setup dialog minimum size when the PdfViewer.PageSetupDialogShowing event is raised.

See Also

PdfPageSetupDialogShowingEventArgs Class

PdfPageSetupDialogShowingEventArgs Members

DevExpress.XtraPdfViewer Namespace