PDF .NET Library Documentation - PDF Technologies, Inc.
Determines if Adobe Acrobat should be automatically launched to view a newly-generated file.

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

Syntax

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

See Also