RemoteGoToActionNewWindow Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets a flag specifying whether to open the destination document in a new window. If this flag is false, the destination document replaces the current document in the same window. If this entry is absent, the conforming reader should behave in accordance with its preference.

Namespace:  Apitron.PDF.Kit.Interactive.Actions
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public Nullable<bool> NewWindow { get; set; }

Property Value

Type: NullableBoolean
The new window.
See Also

Reference