你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

JpgImage.SpriteColumn 属性

定义

获取或设置缩略图子画面图像中使用的列数。 将自动计算行数,并使用子画面中每个缩略图的坐标映射生成 VTT 文件。 注意:此值应为正整数,建议使用适当的值,以便输出图像分辨率不会超过 JPEG 最大像素分辨率限制 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)

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于