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