SplitDocumentResult.PageNumber Property

Definition

Page number of the converted page, starting with 1 for the first page

[System.Text.Json.Serialization.JsonPropertyName("PageNumber")]
public int? PageNumber { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("PageNumber")>]
member this.PageNumber : Nullable<int> with get, set
Public Property PageNumber As Nullable(Of Integer)

Property Value

Attributes

Applies to