section_index property

section_index property

Gets or sets the index of a section to add the watermark to.

Remarks

-1 means all sections.

Definition:

@property
def section_index(self):
    ...
@section_index.setter
def section_index(self, value):
    ...

See Also