The PdfStatus type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PdfStatus | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| Init |
Initialize the internal state of the object.
| |
| Load |
Initialize the status values based on information loaded from a file.
| |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
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.
|