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: 2026.2.0.0.42 (.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