Class jpeg_progress_mgr
The progress monitor object.
Inheritance
System.Object
jpeg_progress_mgr
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: BitMiracle.LibJpeg.Classic
Assembly: BitMiracle.LibJpeg.NET.dll
Syntax
public class jpeg_progress_mgr
Properties
| Improve this Doc View SourceCompleted_passes
Gets or sets the number of passes completed so far.
Declaration
public int Completed_passes { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The number of passes completed so far. |
See Also
| Improve this Doc View SourcePass_counter
Gets or sets the number of work units completed in this pass.
Declaration
public int Pass_counter { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The number of work units completed in this pass. |
See Also
| Improve this Doc View SourcePass_limit
Gets or sets the total number of work units in this pass.
Declaration
public int Pass_limit { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The total number of work units in this pass. |
See Also
| Improve this Doc View SourceTotal_passes
Gets or sets the total number of passes expected.
Declaration
public int Total_passes { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The total number of passes expected. |
See Also
Methods
| Improve this Doc View SourceUpdated()
Indicates that progress was changed.
Declaration
public void Updated()
Remarks
Call this method if you change some progress parameters manually. This method ensures happening of the OnProgress event.
Events
| Improve this Doc View SourceOnProgress
Occurs when progress is changed.
Declaration
public event EventHandler OnProgress
Event Type
Type | Description |
---|---|
System.EventHandler |