SearchAndReplaceInput.Pages Property

Definition

Comma-separated list of page indices (or ranges) to process. The very first page starts at 0 (zero). To set a range use the dash -, for example: 0,2-5,7-. To set a range from the index to the last page use range like this: 2- (from page #3 as the index starts at zero and till the of the document). For ALL pages just leave this param empty. Example: 0,2-5,7- means first page, then 3rd page to 6th page, and then the range from 8th (index = 7) page till the end of the document.

[System.Text.Json.Serialization.JsonPropertyName("pages")]
public string Pages { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("pages")>]
member this.Pages : string with get, set
Public Property Pages As String

Property Value

Attributes

Applies to