conaito PPT2Flash SDK 3.7

PPApplication.SlideProcessedHandler Delegate

SlideProcessed is fired when SDK is reading the information from the slides within the PowerPoint.

[Visual Basic]
Public Delegate Function SlideProcessedHandler( _
   ByVal currentSlide As Integer, _
   ByVal totalSlides As Integer _
)
[C#]
public delegate void SlideProcessedHandler(
   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