Click or drag to resize
ReaderWmfProgressChanged Event
ProgressChanged event can be used to get notifications of how much the metafile has been read.

Namespace: Ab2d
Assembly: Ab2d.ReaderWmf (in Ab2d.ReaderWmf.dll) Version: 7.1.5512.1040
Syntax
C#
public event ProgressChangedEventHandler ProgressChanged

Value

Type: System.ComponentModelProgressChangedEventHandler
Remarks

ProgressChanged event can be used to get notifications of how much the metafile has been read.

Please note that in order to show changes with the progress bar, it should be shown on another thread and not on the thread where the ReaderWmf is working.

See Also