PresentationEditOptionsSlideNumber Property |
Allows to specify the slide numbers, which should be opened for editing
Namespace: GroupDocs.Editor.OptionsAssembly: GroupDocs.Editor (in GroupDocs.Editor.dll) Version: 21.10.0.0
Syntaxpublic int SlideNumber { get; set; }
Public Property SlideNumber As Integer
Get
Set
public:
property int SlideNumber {
int get ();
void set (int value);
}
member SlideNumber : int with get, set
Property Value
Type:
Int32
RemarksSlide number is a zero-based index of a slide, that allows to specify and select one particular slide from a presentation to edit.
If lesser then 0, the first slide will be selected (same as SlideNumber = 0). If greater then amount of all slides in presentation, the last slide will be selected. If input presentation contains only single slide, this option will be ignored, and this single slide will be edited.
If trying to open for editing a hidden slide, while
ShowHiddenSlides option is set to 'false', the exception will be thrown.
See Also