PDF .NET Library Documentation - PDF Technologies, Inc.
Gets or sets whether the remote document opens in current window or in a new window.

Namespace:  PDFTech
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

C#
public bool NewWindow { get; set; }
Visual Basic (Declaration)
Public Property NewWindow As Boolean
Visual C++
public:
property bool NewWindow {
	bool get ();
	void set (bool value);
}

See Also