SplitPdfInput.Pages Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Comma-separated list of page indices (or ranges) to split into. First page is 1 (one). Example: "1,2-5,7-". Special cases: to extract each page into separate PDF use to *.
[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