Skip to main content

PdfReferencedDocumentOpeningEventArgs.OpenInNewWindow Property

Gets a value that indicates whether or not to open the referenced document in a new window.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v23.2.dll

NuGet Package: DevExpress.Win.PdfViewer

Declaration

public bool OpenInNewWindow { get; }

Property Value

Type Description
Boolean

true to open the referenced document in a new window; otherwise false.

See Also