PresentationConverterOnMediaProcessingStartEventDelegate Delegate |
Represents the method that will handle the OnMediaProcessingStart event of HTML5 conversion.
Namespace: DigitalOfficePro.Html5PointSdkAssembly: DigitalOfficePro.Html5PointSdk (in DigitalOfficePro.Html5PointSdk.dll) Version: 1.3.8.2 (1.3.8.2)
Syntax public delegate void OnMediaProcessingStartEventDelegate(
string itemName
)
Public Delegate Sub OnMediaProcessingStartEventDelegate (
itemName As String
)
public delegate void OnMediaProcessingStartEventDelegate(
String^ itemName
)
Parameters
- itemName
- Type: SystemString
String representing the name of processing media file.
See Also