PDF .NET Library Documentation - PDF Technologies, Inc.
This enumeration show the progress

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

Syntax

C#
public enum ProgressStage
Visual Basic (Declaration)
Public Enumeration ProgressStage
Visual C++
public enum class ProgressStage

Members

Member nameDescription
BeforeEndDoc
Stage before the creation of the PDF document.
CreatePage
The stage when the page is created.
Starting
The stage where the progress is started
Running
The stage where the progress starts
Ending
The ending stage.

See Also