Interface IRenditionItem
Version:
日本語翻訳に関する免責事項
このページの翻訳はAIによって自動的に行われました。可能な限り正確な翻訳を心掛けていますが、原文と異なる表現や解釈が含まれる場合があります。正確で公式な情報については、必ず英語の原文をご参照ください。
Is part of an IRendition.
Namespace: Stylelabs.M.Sdk.Contracts.Base
Assembly: Stylelabs.M.Sdk.dll
Syntax
Remarks
Depending on the file type, there can be one or more rendition items. For example a PDF will have an item per page.
Properties
Href
Link to the rendition file.
Declaration
Property Value
| Type | Description |
|---|---|
| Uri |
Methods
DownloadAsync(String, Boolean)
Downloads the rendition item to a location on disk.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | filePath |
The location to download the file to. |
| System.Boolean | overwrite |
If the file is allowed to be overwritten. |
Returns
| Type | Description |
|---|---|
| Task |
GetStreamAsync()
Gets a containing the contents of the rendition item.
Declaration
Returns
| Type | Description |
|---|---|
| Task<Stream> |
A containing the contents of the rendition item. |