conaito PPT2Flash SDK 3.7

PPApplication.RenderThumbsToFolder(String, String, ThumbsFormats, Int32, Int32, Boolean) Method

Renders the thumbnails to folder.

[Visual Basic]
Public NotOverridable Overloads Sub RenderThumbsToFolder( _
   ByVal pptfilename As String, _
   ByVal thumbspath As String, _
   ByVal thumbsFormat As ThumbsFormats, _
   ByVal width As Integer, _
   ByVal height As Integer, _
   ByVal genThumbsXML As Boolean _
) _
    Implements IPPApplication.RenderThumbsToFolder
[C#]
public void RenderThumbsToFolder(
   string pptfilename,
   string thumbspath,
   ThumbsFormats thumbsFormat,
   int width,
   int height,
   bool genThumbsXML
);

Parameters

pptfilename
The input ppt file.
thumbspath
The thumbnail path.
thumbsFormat
The thumbnail format.
width
The width.
height
The height.
genThumbsXML
Generate a thumbs.xml file.

Implements

IPPApplication.RenderThumbsToFolder

See Also

PPApplication Class | Conaito.PPLibrary Namespace | PPApplication.RenderThumbsToFolder Overload List