conaito PPT2Flash SDK 3.7

IPPApplication.RenderThumbsToFolder(String, String, ThumbsFormats, Int32, Int32) 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 _
)
[C#]
void RenderThumbsToFolder(
   string pptfilename,
   string thumbspath,
   ThumbsFormats thumbsFormat,
   int width,
   int height
);

See Also

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