Skip to main content

PdfRemoteGoToAction.OpenInNewWindow Property

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

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public bool OpenInNewWindow { get; }

Property Value

Type Description
Boolean

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

See Also