PDF .NET Library Documentation - PDF Technologies, Inc.
Assembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
This enumeration show the progress
Namespace:
PDFTechAssembly: 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 name | Description | |
|---|---|---|
| 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.
|