Interface IPublicImagesProvider
Assembly: Aurigma.DesignAtoms.dll
Syntax
public interface IPublicImagesProvider
Methods
Declaration
Task<ImageMetaData> GetMetadata(string source)
Parameters
| Type |
Name |
Description |
| System.String |
source |
|
Returns
GetStream(String)
Declaration
Task<Stream> GetStream(string source)
Parameters
| Type |
Name |
Description |
| System.String |
source |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task<System.IO.Stream> |
|
IsExists(String)
Declaration
Task<bool> IsExists(string source)
Parameters
| Type |
Name |
Description |
| System.String |
source |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task<System.Boolean> |
|