Share via


FormDocumentReport.Pages Property

Definition

Gets or sets total number of pages trained on.

[Newtonsoft.Json.JsonProperty(PropertyName="pages")]
public int? Pages { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="pages")>]
member this.Pages : Nullable<int> with get, set
Public Property Pages As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to