slide_index property
slide_index property
Gets or sets the index of slide to add the watermark to.
Remarks
-1 means all slides.
Definition:
@property
def slide_index(self):
...
@slide_index.setter
def slide_index(self, value):
...
Gets or sets the index of slide to add the watermark to.
-1 means all slides.
@property
def slide_index(self):
...
@slide_index.setter
def slide_index(self, value):
...