JpgImage.SpriteColumn 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.
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.
public int? SpriteColumn { get; set; }
member this.SpriteColumn : Nullable<int> with get, set
Public Property SpriteColumn As Nullable(Of Integer)
Property Value
Applies to
Azure SDK for .NET