Enum OfficeToPDFOptions.AnimationMode
PowerPoint document animation display options.
Namespace: pdftron.PDF
Assembly: PDFTronDotNet.dll
Syntax
public enum OfficeToPDFOptions.AnimationMode
Fields
| Name | Description |
|---|---|
| e_ignore | Default value. Displays the default (preview) slide layout and ignores any animations. The number of generated pages is equal to the number of slides. |
| e_paginate | Follows PowerPoint's presentation mode where each click through the presentation will be generated as a new page. If a slide contains animations that show or hide content, each click through that slide is a new page. |