 | PdfGoToRActionNewWindow Property |
Gets 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 property is null, the viewer
application should behave in accordance with the current user preference.
Namespace: Patagames.Pdf.Net.ActionsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.100.2704
Syntaxpublic bool? NewWindow { get; set; }Public Property NewWindow As Boolean?
Get
Set
public:
property Nullable<bool> NewWindow {
Nullable<bool> get ();
void set (Nullable<bool> value);
}member NewWindow : Nullable<bool> with get, set
/** @property */
public boolean? get_NewWindow()
/** @property */
public void set_NewWindow(boolean? value)
function get_NewWindow();
function set_NewWindow(value);
Property Value
NullableBoolean
See Also