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