PresentationEditOptions
Leave feedback
On this page
Allows to specify custom options for editing documents of all supportable Presentation (PowerPoint-compatible) formats
public class PresentationEditOptions : IEditOptions
| Name | Description |
|---|---|
| PresentationEditOptions() | The default constructor. |
| Name | Description |
|---|---|
| ShowHiddenSlides { get; set; } | Specifies whether the hidden slides should be included or not. Default is false - hidden slides are not shown and exception will be thrown while trying to edit them. |
| SlideNumber { get; set; } | Allows to specify the slide numbers, which should be opened for editing |
- interface IEditOptions
- namespace GroupDocs.Editor.Options
- assembly GroupDocs.Editor
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.