PresentationWatermarkSlideOptionsSlideIndex Property |
Gets or sets the index of slide to add the watermark to.
Namespace: GroupDocs.Watermark.Options.PresentationAssembly: GroupDocs.Watermark (in GroupDocs.Watermark.dll) Version: 20.7.0
Syntaxpublic int SlideIndex { get; set; }
Public Property SlideIndex As Integer
Get
Set
public:
property int SlideIndex {
int get ();
void set (int value);
}
member SlideIndex : int with get, set
Property Value
Type:
Int32The index of slide to add the watermark to.
Remarks-1 means all slides.
See Also