conaito PPT2Flash SDK 3.7

PPApplication.SlideRenderHandler Delegate

SlideRender is fired when SDK is compleate render the information from the slides within the PowerPoint.

[Visual Basic]
Public Delegate Function SlideRenderHandler( _
   ByVal currentSlide As Integer, _
   ByVal totalSlides As Integer _
)
[C#]
public delegate void SlideRenderHandler(
   int currentSlide,
   int totalSlides
);

Parameters

currentSlide
currentSlide gives you the slide being currently processed
totalSlides
totalSlides gives you the total number of slides present in the PowerPoint file

Requirements

Namespace: Conaito.PPLibrary

Assembly: PPLibrary (in PPLibrary.dll)

See Also

Conaito.PPLibrary Namespace