Skip to main content
A newer version of this page is available. .

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

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