conaito PPT2Flash SDK 3.7

PPApplication.Load Method

Loads power point file into memory. It allows to get power point info before actul converting.

[Visual Basic]
Public NotOverridable Sub Load( _
   ByVal powerPointFile As String _
) _
    Implements IPPApplication.Load
[C#]
public void Load(
   string powerPointFile
);

Parameters

powerPointFile
input power point file

Implements

IPPApplication.Load

See Also

PPApplication Class | Conaito.PPLibrary Namespace