PdfPageSetupDialogShowingEventArgs.FormLocation Property
In This Article
Gets or sets the point that specifies the screen coordinates of the form’s upper-left corner.
Namespace: DevExpress.XtraPdfViewer
Assembly: DevExpress.XtraPdfViewer.v24.2.dll
NuGet Package: DevExpress.Win.PdfViewer
#Declaration
#Property Value
Type | Description |
---|---|
Point | A Point that represents the upper-left corner of the form in the screen coordinates. |
#Remarks
Use this FormLocation property to specify the position of the PDF page setup printing dialog when the PdfViewer.PageSetupDialogShowing event is raised.
See Also