conaito PPT2Flash SDK 3.7

PPApplication.RenderToFolder Method

Render all Scenes to Folder.

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

Parameters

foldername
path to folder.

Implements

IPPApplication.RenderToFolder

See Also

PPApplication Class | Conaito.PPLibrary Namespace