Back to Devexpress

PdfPageSetupDialogShowingEventArgs.FormStartPosition Property

windowsforms-devexpress-dot-xtrapdfviewer-dot-pdfpagesetupdialogshowingeventargs-68af55c1.md

latest1.6 KB
Original Source

PdfPageSetupDialogShowingEventArgs.FormStartPosition Property

Gets or sets the form start position at runtime.

Namespace : DevExpress.XtraPdfViewer

Assembly : DevExpress.XtraPdfViewer.v25.2.dll

NuGet Package : DevExpress.Win.PdfViewer

Declaration

csharp
public FormStartPosition FormStartPosition { get; set; }
vb
Public Property FormStartPosition As FormStartPosition

Property Value

TypeDescription
FormStartPosition

A FormStartPosition that is the start position of the form.

|

Remarks

Use this FormStartPosition property to specify the start position of the PDF page setup print dialog when the PdfViewer.PageSetupDialogShowing event is raised.

See Also

PdfPageSetupDialogShowingEventArgs Class

PdfPageSetupDialogShowingEventArgs Members

DevExpress.XtraPdfViewer Namespace