Click or drag to resize
OutputSettings Class
Exposes properties related to HTML5 output file for conversion.
Inheritance Hierarchy
SystemObject
  DigitalOfficePro.Html5PointSdkOutputSettings

Namespace: DigitalOfficePro.Html5PointSdk
Assembly: DigitalOfficePro.Html5PointSdk (in DigitalOfficePro.Html5PointSdk.dll) Version: 1.3.8.2 (1.3.8.2)
Syntax
public class OutputSettings : IOutputSettings

The OutputSettings type exposes the following members.

Constructors
  NameDescription
Public methodOutputSettings
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 propertyAdvanceOnMouseClick
Advance slide on mouse click, default value true. Read/write.
Public propertyAvoidCommonFiles
Removes creating common folder and script.js file in output
Public propertyAvoidSlideLoadCheck
Removes check to see if slide is loaded before displaying it.
Public propertyBackgroundColor
Background color. Read/write.
Public propertyConvertVideoToMp4
Decides whether to convert video to mp4 format, default value true. Read only.
Public propertyConvertVideoToOgg
Decides whether to convert video to ogg format, default value true. Read/write.
Public propertyCreateSlideOutline
Adds outline support
Public propertyCustomGotoSlideApiCall
Add API call to replace default goto
Public propertyEmbedFonts
Embed fonts, default value true. Read/write.
Public propertyEnableKeyBoardNavigation
Navigate through presentation by using keyboard arrow keys, default value true. Read/write.
Public propertyEnableSwipeNavigation
Navigate through presentation by swiping over slide (for touch screen devices), default value true. Read/write.
Public propertyFitToWindow
Fit to window, default value true. Read/write.
Public propertyFontFileType
Font file type, default value FontFileType.Woff . Read/write.
Public propertyImageFormat
Image format, default format png. Read/write.
Public propertyImageQuality
Image quality,for future use. Read/write.
Public propertyIncludeHiddenSlides
Include hidden slides, default value true. Read/write.
Public propertyIncludeSlideNotes
Include slide notes, default value true. Read/write.
Public propertyKeepOriginalImageDimension
Export with same dimension of inserted images in the presentation. Read/write.
Public propertyLoopPresentation
Loop presentation. Read/write.
Public propertyMaximumSlidesToConvert
Limit to which index the slides are to be converted. Default value is -1 => converts all
Public propertySaveMasterAsImage
Save master as image or process the master and layouts and render as seperate slides.
Public propertySingleHtmlPerSlide
Single html per slide, default value false. Read/write.
Public propertySubsetFontFiles
Do Font file subseting or not
Public propertyWindowScale
Window scale, default value 100. Read/write.
Top
See Also