RenderProgressEventArgs Class |
Namespace: Atalasoft.PdfDoc.Generating.Rendering
The RenderProgressEventArgs type exposes the following members.
Name | Description | |
---|---|---|
RenderProgressEventArgs |
Constructs a new instance of the RenderProgressEventArgs class. Note that this class
is constructed during normal operation of document rendering. There are few cases where client code
would have to construct this.
|
Name | Description | |
---|---|---|
Message |
Gets or sets a message describing current work being done.
| |
Progress |
Gets or sets the current progress.
| |
Total |
Gets or sets the total amount of work to do.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |