Pdf2ImageRequest.EndPage 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 last page to extract (inclusive)
[System.Text.Json.Serialization.JsonPropertyName("endPage")]
public int? EndPage { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("endPage")>]
member this.EndPage : Nullable<int> with get, set
Public Property EndPage As Nullable(Of Integer)
Property Value
- Attributes