The following tables list the members exposed by PublishProgressEventArgs.
Name | Description | |
---|---|---|
PublishProgressEventArgs Constructor | Creates an instance of a . |
Name | Description | |
---|---|---|
Current | The current item that is being exported. | |
IsFinished | Indicates if the process has finished. | |
Percentage | Returns the current progress percentage. | |
Total | The total number of items that will be output. The items are different for XPS and PDF, and are related with the internal workings of each document engine. |
View on GitHub