PresentationHeight

 

Height of opened presentation.

Description

Returns height of opened presentation. This will be the height 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 iPresHeight = thePresConverter.PresentationHeight;

 VB

Dim presConverter As New PFPConverter 

iPresHeight = presConverter.PresentationHeight;

 

Related Topics

Properties


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