SplitDocumentResult.PageNumber 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.
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