Click or drag to resize
ISettings Interface
Exposes the public members of the DigitalofficePro.Html5PointSdk. Settings class to unmanaged code.

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

The ISettings type exposes the following members.

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