Back to Devexpress

PdfPageSetupDialogShowingEventArgs.FormLocation Property

windowsforms-devexpress-dot-xtrapdfviewer-dot-pdfpagesetupdialogshowingeventargs-4277b308.md

latest1.6 KB
Original Source

PdfPageSetupDialogShowingEventArgs.FormLocation Property

Gets or sets the point that specifies the screen coordinates of the form’s upper-left corner.

Namespace : DevExpress.XtraPdfViewer

Assembly : DevExpress.XtraPdfViewer.v25.2.dll

NuGet Package : DevExpress.Win.PdfViewer

Declaration

csharp
public Point FormLocation { get; set; }
vb
Public Property FormLocation As Point

Property Value

TypeDescription
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

PdfPageSetupDialogShowingEventArgs Class

PdfPageSetupDialogShowingEventArgs Members

DevExpress.XtraPdfViewer Namespace