JpgImage.SpriteColumn Property

Definition

Gets or sets sets the number of columns used in thumbnail sprite image. The number of rows are automatically calculated and a VTT file is generated with the coordinate mappings for each thumbnail in the sprite. Note: this value should be a positive integer and a proper value is recommended so that the output image resolution will not go beyond JPEG maximum pixel resolution limit 65535x65535.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to