Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfRemoteGoToAction.OpenInNewWindow Property

Gets a value that indicates whether to open the destination document in a new window.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Core.dll

Declaration

public bool OpenInNewWindow { get; }

Property Value

Type Description
Boolean

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

See Also