Click or drag to resize
IHtml5PointEvents Interface
Exposes the public events of the DigitalofficePro.Html5PointSdk.PresentationConverter class to unmanaged code.

Namespace: DigitalOfficePro.Html5PointSdk
Assembly: DigitalOfficePro.Html5PointSdk (in DigitalOfficePro.Html5PointSdk.dll) Version: 1.3.8.2 (1.3.8.2)
Syntax
public interface IHtml5PointEvents

The IHtml5PointEvents type exposes the following members.

Methods
  NameDescription
Public methodOnConversionEnd
Represents the method that will handle the OnConversionEnd event.
Public methodOnConversionStart
Represents the method that will handle the OnConversionStart event.
Public methodOnHtml5WriteProgress
Represents the method that will handle the OnHtml5WriteProgress event.
Public methodOnMediaProcessingEnd
Represents the method that will handle the OnMediaProcessingEnd event.
Public methodOnMediaProcessingStart
Represents the method that will handle the OnMediaProcessingStart event.
Public methodOnPresentationReadProgress
Represents the method that will handle the OnPresentationReadProgress event.
Top
See Also