RenderProgressEventArgsProgress Property |
Gets or sets the current progress.
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 Progress { get; set; }
Public Property Progress As Integer
Get
Set
Property Value
Type:
Int32
Progress should be an integer between 0 and Total, inclusive.
See Also