Skip to main content

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
TypeNameDescription
System.StringfileId
System.Int32pageIndex
Returns

Aurigma.DesignAtoms.Storage.Models.SourceImageParams

GetInfo

CacheFileInfo GetInfo(string storageId)
Parameters
TypeNameDescription
System.StringstorageId
Returns

Aurigma.DesignAtoms.Cache.Abstractions.Models.CacheFileInfo

Was this page helpful?