Share via


ExtractedPage.Width Property

Definition

Gets or sets width of the page (in pixels).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to