conaito PPT2Flash SDK 3.7

PPApplication.RenderToFile Method

Render slides to SWF file

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

Parameters

filename
SWF file name

Implements

IPPApplication.RenderToFile

See Also

PPApplication Class | Conaito.PPLibrary Namespace