This class exposes the status of a PDF creation job.
            
Inheritance Hierarchy
pdf7.PdfWriterPdfStatus
Namespace: pdf7.PdfWriter
Assembly: pdf7.PdfWriter (in pdf7.PdfWriter.dll) Version: 4.0.0.0 (4.0.1000.111)
Syntax
The PdfStatus type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PdfStatus | 
            Constructor.
              | |
| PdfStatus(String) | 
            Create an instance of the PdfStatus class and loads the status from a file.
              | 
Properties
| Name | Description | |
|---|---|---|
| Errors | 
            Number of errors in the PDF creation.
              | |
| FileCount | 
            Number of files in the last result.
              | |
| Files | 
            List of file names created in last result.
              | |
| MessageCode | 
            Numeric message code from last result.
              | |
| MessageText | 
            Message text from last result.
              | |
| PageCount | 
            Number of pages created.
              | 
Methods
| Name | Description | |
|---|---|---|
| Init | 
            Initialize the internal state of the object.
              | |
| Load | 
            Initialize the status values based on information loaded from a file.
              | 
See Also