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

PdfRemoteGoToAction.OpenInNewWindow Property

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

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v18.2.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