Language

SplitPdfInput.Pages Property

Definition

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

Applies to