[]
Gets or sets a value indicating the specific pages to which the watermark should be added.
public string WatermarkPrintOnPages { get; set; }
Type | Description |
---|---|
string | A string value indicating the specific pages to which the watermark should be added. |
The format can be a single page, a range of pages, or a combination of both. For example: 1, 3-5, 9, 10-12. String.Empty
or null
means that all pages will print watermarks. The default value is null
.