PageNumbers

WordProcessingWatermarkPagesOptions.PageNumbers property

Gets or sets the page numbers to add the watermark.

public int[] PageNumbers { get; set; }

Property Value

The page numbers to add the watermark.

Remarks

All numbers must be greater than or equal to 1. This property is only used when adding the watermark to a document. If this value is null or empty, the watermark is added to all pages.

See Also