conaito PPT2Flash SDK 3.7

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

[Visual Basic]
Public Sub RenderThumbsToFolder( _
   ByVal pptfilename As String, _
   ByVal thumbspath As String, _
   ByVal thumbsFormat As ThumbsFormats, _
   ByVal width As Integer, _
   ByVal height As Integer, _
   ByVal fromSlide As Integer, _
   ByVal toSlide As Integer, _
   ByVal genThumbsXml As Boolean _
)
[C#]
void RenderThumbsToFolder(
   string pptfilename,
   string thumbspath,
   ThumbsFormats thumbsFormat,
   int width,
   int height,
   int fromSlide,
   int toSlide,
   bool genThumbsXml
);

See Also

IPPApplication Interface | Conaito.PPLibrary Namespace | IPPApplication.RenderThumbsToFolder Overload List