Back to Website
Show / Hide Table of Contents

Interface IPublicImagesProvider

Namespace: Aurigma.DesignAtoms.Services
Assembly: Aurigma.DesignAtoms.dll
Syntax
public interface IPublicImagesProvider

Methods

GetMetadata(String)

Declaration
Task<ImageMetaData> GetMetadata(string source)
Parameters
Type Name Description
System.String source
Returns
Type Description
System.Threading.Tasks.Task<ImageMetaData>

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>
Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2025 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback