Show / Hide Table of Contents

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 Source

Completed_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
Progress monitoring
| Improve this Doc View Source

Pass_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
Progress monitoring
| Improve this Doc View Source

Pass_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
Progress monitoring
| Improve this Doc View Source

Total_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
Progress monitoring

Methods

| Improve this Doc View Source

Updated()

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 Source

OnProgress

Occurs when progress is changed.

Declaration
public event EventHandler OnProgress
Event Type
Type Description
System.EventHandler
See Also
Progress monitoring

See Also

Progress monitoring
  • Improve this Doc
  • View Source
Back to top Generated by DocFX