IncludeThumbnail

IncludeThumbnail as bool

Description

READ-WRITE

We can include or exclude thumbnails along with player.
This property is only valid for “3d” and “classic” players.

Example

    C#

PFPConverter presConverter = new PFPConverter();
presConverter.Settings.Player.Skin = "3d";
presConverter.Settings.Player.IncludeThumbnail = false;
presConverter.OpenPresentation( "c:\\Presentation1.ppt");
presConverter.Convert( "c:\\Presentation1.swf");
presConverter.ClosePresentation();

    VB

Dim presConverter As New PFPConverter

presConverter.Settings.Player.Skin = "3d”
presConverter.Settings.Player.IncludeThumbnail = false
presConverter.OpenPresentation "c:\Presentation1.ppt"
presConverter.Convert "c:\Presentation1.swf"
presConverter.ClosePresentation


Related Topics

Properties


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