conaito PPT2Flash SDK 3.7

PPApplication.ConvertPPT2SWFWithoutStandaloneMasterSwf Method

Convert PPT to SWF Format. No standalone swf file is generated.

[Visual Basic]
Public NotOverridable Sub ConvertPPT2SWFWithoutStandaloneMasterSwf( _
   ByVal filename As String, _
   ByVal foldername As String _
) _
    Implements IPPApplication.ConvertPPT2SWFWithoutStandaloneMasterSwf
[C#]
public void ConvertPPT2SWFWithoutStandaloneMasterSwf(
   string filename,
   string foldername
);

Parameters

filename
Target PPT File
foldername
Output DirectoryFLY Output Directory

Implements

IPPApplication.ConvertPPT2SWFWithoutStandaloneMasterSwf

See Also

PPApplication Class | Conaito.PPLibrary Namespace