AsTiff.AsTiffProgressDelegate Delegate |
Namespace:
Atalasoft.Imaging.Codec
Assembly:
Atalasoft.dotImage.Lib (in Atalasoft.dotImage.Lib.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic delegate void AsTiffProgressDelegate(
int current,
int total,
Object userObject
)
Public Delegate Sub AsTiffProgressDelegate (
current As Integer,
total As Integer,
userObject As Object
)
Parameters
- current
- Type: System.Int32
- total
- Type: System.Int32
- userObject
- Type: System.Object
See Also