Click or drag to resize

RenderProgressEventArgsTotal Property

Gets or sets the total amount of work to do.

Namespace:  Atalasoft.PdfDoc.Generating.Rendering
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public int Total { get; set; }

Property Value

Type: Int32
Total should be be an integer greater than 0. While it is possible to set it to other values, client code may wish to monitor work as a percentage and dividing by a negative or zero will produce bad results.
See Also