Settings as Settings
Interface
Description
Returns or sets Settings object.
Example
C#
PFPConverter presConverter = new PFPConverter ();
presConverter.Settings.FrameRate = 12; //output frame rate
VB
Dim presConverter As New
PowerFlashPoint.PresentationConverter
‘output
frame rate
presConverter.Settings.FrameRate
= 12
Related Topics