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

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

Declaration

public bool OpenInNewWindow { get; }

Property Value

Type Description
Boolean

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

See Also