PDF .NET Library Documentation - PDF Technologies, Inc.

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

Syntax

C#
public event ProgressEventHandler Progress
Visual Basic (Declaration)
Public Event Progress As ProgressEventHandler
Visual C++
public:
 event ProgressEventHandler^ Progress {
	void add (ProgressEventHandler^ value);
	void remove (ProgressEventHandler^ value);
}

See Also