Interface IFileCacheImageParamsReader
Namespace: Aurigma.DesignAtoms.Storage.FileCache
Assembly: Aurigma.DesignAtoms.dll
Syntax
public interface IFileCacheImageParamsReader
Methods
GetSourceImageParams
SourceImageParams GetSourceImageParams(string fileId, int pageIndex = 0)
Parameters
| Type | Name | Description |
|---|---|---|
System.String | fileId | |
System.Int32 | pageIndex |
Returns
Aurigma.DesignAtoms.Storage.Models.SourceImageParams
GetInfo
CacheFileInfo GetInfo(string storageId)
Parameters
| Type | Name | Description |
|---|---|---|
System.String | storageId |
Returns
Aurigma.DesignAtoms.Cache.Abstractions.Models.CacheFileInfo