IBlob.Slice
IBlob.Slice method
オプションの start パラメーターからオプションの end パラメーター までの範囲のバイトと、オプションの contentType パラメーターの値である type 属性を持つ新しい Blob オブジェクトを返します。
public IBlob Slice(ulong start, ulong end, string contentType)
パラメータ | タイプ | 説明 |
---|---|---|
start | UInt64 | パラメータはスライスの開始点の値です |
end | UInt64 | パラメータはスライスの開始点の値です |
contentType | String | パラメータはBlobのメディアタイプです |
戻り値
オプションの start パラメーターからオプションの end パラメーターまでの範囲のバイトと、オプションの contentType パラメーターの値である type 属性を持つ新しい Blob オブジェクトを返します。
関連項目
- interface IBlob
- 名前空間 Aspose.Html.IO
- 組み立て Aspose.HTML