| Visual Basic (Declaration) | |
|---|---|
Public Property WatermarkPrintOnPages As String | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public string WatermarkPrintOnPages {get; set;} | |
Return Value
String representing page or page range on which the watermark will be printed. Default is an empty string (all pages).| C# | Copy Code |
|---|---|
private void arv_Load(object
sender, System.EventArgs e) | |
| Visual Basic | Copy Code |
|---|---|
Private Sub Viewer1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Viewer1.Load | |
The syntax can include a single page, page range or a combination of both. For example: 1, 5-8, 9, 10-12.