Click or drag to resize

RenderProgressEventArgsProgress Property

Gets or sets the current progress.

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

Property Value

Type: Int32
Progress should be an integer between 0 and Total, inclusive.
See Also