LMSCourseType as enum
Description
READ - WRITE
Returns or sets LMSCourseType.
C#
public enum
LMSCourseType
{
None,
Scorm1_2,
Scorm2004_2,
Scorm2004_3,
Scorm2004_4,
Aicc_API
};
Example
C#
PFPConverter
presConverter = new PFPConverter();
presConverter.Settings.CustomAnimationBehavior =
CustomAnimationBehavior.Static;
VB
Dim
presConverter As New PFPConverter
presConverter.Settings.CustomAnimationBehavior
= CustomAnimationBehavior_Normal
Related Topics