Table of Contents

Delegate vdConverter.ProgressDelegate

Namespace
VectorDraw.Professional.Converter
Assembly
vdConverter.dll

Represents the method that will handle the OnProgress event.

public delegate void vdConverter.ProgressDelegate(object sender, string jobdescription, int percentage)

Parameters

sender object

The vdConverter object.

jobdescription string

The description of the current progress.

percentage int

The current percentage of the progress between 0 to 100.

Constructors

ProgressDelegate(object, IntPtr)

Methods

BeginInvoke(object, string, int, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, string, int)