| OutputSettings Class |
Namespace: DigitalOfficePro.Html5PointSdk
The OutputSettings type exposes the following members.
| Name | Description | |
|---|---|---|
| OutputSettings |
Default Constructor for initialization
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| AdvanceOnMouseClick |
Advance slide on mouse click, default value true. Read/write.
| |
| AvoidCommonFiles |
Removes creating common folder and script.js file in output
| |
| AvoidSlideLoadCheck |
Removes check to see if slide is loaded before displaying it.
| |
| BackgroundColor |
Background color. Read/write.
| |
| ConvertVideoToMp4 |
Decides whether to convert video to mp4 format, default value true. Read only.
| |
| ConvertVideoToOgg |
Decides whether to convert video to ogg format, default value true. Read/write.
| |
| CreateSlideOutline |
Adds outline support
| |
| CustomGotoSlideApiCall |
Add API call to replace default goto
| |
| EmbedFonts |
Embed fonts, default value true. Read/write.
| |
| EnableKeyBoardNavigation |
Navigate through presentation by using keyboard arrow keys, default value true. Read/write.
| |
| EnableSwipeNavigation |
Navigate through presentation by swiping over slide (for touch screen devices),
default value true. Read/write.
| |
| FitToWindow |
Fit to window, default value true. Read/write.
| |
| FontFileType |
Font file type, default value FontFileType.Woff . Read/write.
| |
| ImageFormat |
Image format, default format png. Read/write.
| |
| ImageQuality |
Image quality,for future use. Read/write.
| |
| IncludeHiddenSlides |
Include hidden slides, default value true. Read/write.
| |
| IncludeSlideNotes |
Include slide notes, default value true. Read/write.
| |
| KeepOriginalImageDimension |
Export with same dimension of inserted images in the presentation. Read/write.
| |
| LoopPresentation |
Loop presentation. Read/write.
| |
| MaximumSlidesToConvert |
Limit to which index the slides are to be converted.
Default value is -1 => converts all
| |
| SaveMasterAsImage |
Save master as image or process the master and layouts and render as seperate slides.
| |
| SingleHtmlPerSlide |
Single html per slide, default value false. Read/write.
| |
| SubsetFontFiles |
Do Font file subseting or not
| |
| WindowScale |
Window scale, default value 100. Read/write.
|