conaito PPT2Flash SDK 3.7

PPApplication.ShapeRenderHandler Delegate

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

[Visual Basic]
Public Delegate Function ShapeRenderHandler( _
   ByVal currentShape As Integer, _
   ByVal totalShapes As Integer _
)
[C#]
public delegate void ShapeRenderHandler(
   int currentShape,
   int totalShapes
);

Parameters

currentShape
currentShape gives you the shape being currently processed
totalShapes
totalShapes gives you the total number of shape present in the PowerPoint slide

Requirements

Namespace: Conaito.PPLibrary

Assembly: PPLibrary (in PPLibrary.dll)

See Also

Conaito.PPLibrary Namespace