Progress Property (PrintProgressForm)
In This Topic
Gets or sets the System.Double value specifying an approximate progress ratio, from 0 (0% complete) to 1 (100% complete).
Syntax
'Declaration
Public Property Progress As System.Double
public System.double Progress {get; set;}
See Also