Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.PdfViewer

Declaration

public Point FormLocation { get; set; }

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