PresentationConverterOnPresentationReadProgressEventDelegate Delegate |
Represents the method that will handle the OnPresentationReadProgress 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 OnPresentationReadProgressEventDelegate(
int slideIndex,
int itemIndex,
float readProgress
)
Public Delegate Sub OnPresentationReadProgressEventDelegate (
slideIndex As Integer,
itemIndex As Integer,
readProgress As Single
)
public delegate void OnPresentationReadProgressEventDelegate(
int slideIndex,
int itemIndex,
float readProgress
)
Parameters
- slideIndex
- Type: SystemInt32
Currently reading slide index. - itemIndex
- Type: SystemInt32
Currently reading shape index. - readProgress
- Type: SystemSingle
Total read progress.
See Also