Pdf2ImageRequest.StartPage 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.
The first page to start extraction (1 based)
[System.Text.Json.Serialization.JsonPropertyName("startPage")]
public int? StartPage { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("startPage")>]
member this.StartPage : Nullable<int> with get, set
Public Property StartPage As Nullable(Of Integer)
Property Value
- Attributes