PresentationWidth

 

Width of opened presentation.

Description

Returns Width of opened presentation. This will be the Width of output SWF too. “OpenPresentation” must be called before using this property. Otherwise PFPConverter will throw an exception.

Read only.

Example

C#

PFPConverter presConverter = new PFPConverter ();
int iPresWidth = thePresConverter.PresentationWidth;

 VB

Dim presConverter As New PFPConverter 

iPresWidth = presConverter.PresentationWidth;



Related Topics

Properties


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