conaito SlideShow SDK v1.6
Get slides from PowerPoint file

Namespace: Conaito.SWFSlideShow
Assembly: Conaito.SWFSlideShow (in Conaito.SWFSlideShow.dll) Version: 1.6.0.0 (1.6.0.0)

Syntax

C#
public Image[] GetSlidesFromPPT(
	string pptFile
)
Visual Basic
Public Function GetSlidesFromPPT ( _
	pptFile As String _
) As Image()
Visual C++
public:
array<Image^>^ GetSlidesFromPPT(
	String^ pptFile
)

Parameters

pptFile
Type: System..::..String
PowerPoint file path

Return Value

array of path to images

See Also