PDF .NET Library Documentation - PDF Technologies, Inc.
Gets or sets the method to be executed when this event is raised.

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);
}

Remarks

This event returns the state of the PDF Document creation process.

See Also