XFINIUM.PDF Documentation
NewWindow Property (PdfLaunchAction)



Xfinium.Pdf.Actions Namespace > PdfLaunchAction Class : NewWindow Property
Gets or sets a value indicating whether to open the destination document in a new window.
Syntax
'Declaration
 
Public Property NewWindow As Boolean
'Usage
 
Dim instance As PdfLaunchAction
Dim value As Boolean
 
instance.NewWindow = value
 
value = instance.NewWindow
public bool NewWindow {get; set;}
public:
property bool NewWindow {
   bool get();
   void set (    bool value);
}

Property Value

A bool value specifying whether to open the destination document in a new window. If this property is false, the destination document replaces the current document in the same window.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfLaunchAction Class
PdfLaunchAction Members