PresentationEditOptions
PresentationEditOptions class
Allows to specify custom options for editing documents of all supportable Presentation (PowerPoint-compatible) formats
public class PresentationEditOptions : IEditOptions
Constructors
Properties
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 |
See Also