IBlob.Slice
IBlob.Slice method
返回一个新的 Blob 对象,其字节范围从可选的开始参数到但不包括可选的结束参数 ,并且类型属性是可选的 contentType 参数的值。
public IBlob Slice(ulong start, ulong end, string contentType)
范围 | 类型 | 描述 |
---|---|---|
start | UInt64 | 该参数是切片起点的值 |
end | UInt64 | 该参数是切片起点的值 |
contentType | String | 参数是Blob的媒体类型 |
返回值
返回一个新的 Blob 对象,其字节范围从可选的开始参数到但不包括可选的结束参数,并且具有一个类型属性,该属性是可选的 contentType 参数的值。
也可以看看
- interface IBlob
- 命名空间 Aspose.Html.IO
- 部件 Aspose.HTML