PresentationConverterOnHtml5WriteProgressEventDelegate Delegate |
Represents the method that will handle the OnHtml5WriteProgress 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 OnHtml5WriteProgressEventDelegate(
int slideIndex,
int itemIndex,
float writeProgress
)
Public Delegate Sub OnHtml5WriteProgressEventDelegate (
slideIndex As Integer,
itemIndex As Integer,
writeProgress As Single
)
public delegate void OnHtml5WriteProgressEventDelegate(
int slideIndex,
int itemIndex,
float writeProgress
)
Parameters
- slideIndex
- Type: SystemInt32
Currently writting slide index. - itemIndex
- Type: SystemInt32
Currently writting shape index. - writeProgress
- Type: SystemSingle
Total write progress.
See Also