Convert

 

            void Convert ( string OutputFileName )

Description

This function will convert currently opened presentation( using OpenPresentation) into flash( swf )file.

Parameters

            OutputFileName – absolute path of  output flash(swf) file name.

Example

    C#

using DigitalOfficePro.PowerFlashPointSDK.PFPConverter;

PFPConverter presConverter = new PFPConverter();

presConverter.OpenPresentation("c:\\Presentation1.ppt");

presConverter.Convert("c:\\Presentation1.swf");

presConverter.ClosePresentation();

    VB

Dim presConverter As New PFPConverter

presConverter.OpenPresentation  "c:\Presentation1.ppt"
presConverter.Convert  "c:\Presentation1.swf"
presConverter.ClosePresentation

 

Related Topics

Methods


Home | About Us | Products | Downloads | Support
© 2016 DigitalOfficePro.com. All Rights Reserved.