Click or drag to resize
Settings Class
Exposes properties like Player, Logo, and Output for HTML5 conversion.
Inheritance Hierarchy
SystemObject
  DigitalOfficePro.Html5PointSdkSettings

Namespace: DigitalOfficePro.Html5PointSdk
Assembly: DigitalOfficePro.Html5PointSdk (in DigitalOfficePro.Html5PointSdk.dll) Version: 1.3.8.2 (1.3.8.2)
Syntax
public class Settings : ISettings

The Settings type exposes the following members.

Constructors
  NameDescription
Public methodSettings
Default constructor for initialization
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyCreateDirectoryForOutput
Create directory for output. Read/write.
Public propertyLms
Returns a ILmsSettings object which providing properties and methods related to LMS. Read/write.
Public propertyLogo
Returns a ILogoSettings object which providing properties and methods related to company logo. Read/write.
Public propertyOutput
Returns a IOutputSettings object which providing properties and methods for the HTML5 conversion. Read-only.
Public propertyPlayer
Returns a IPlayerSettings object which providing properties and methods related to Player. Read/write.
Public propertyThumbnail
Returns a IThumbnailSettings object which providing properties and methods related to thumbnail. Read/write.
Top
See Also