Skip to main content

Interface ISourceImageParamsReader

Namespace: Aurigma.DesignAtoms.Common
Assembly: Aurigma.DesignAtoms.dll
Syntax
public interface ISourceImageParamsReader

Methods

GetSourceImageParams

SourceImageParams GetSourceImageParams(FileInfo file, int pageIndex)
Parameters
TypeNameDescription
System.IO.FileInfofile
System.Int32pageIndex
Returns

Aurigma.DesignAtoms.Storage.Models.SourceImageParams

GetSourceImageParams

SourceImageParams GetSourceImageParams(Stream stream, int pageIndex)
Parameters
TypeNameDescription
System.IO.Streamstream
System.Int32pageIndex
Returns

Aurigma.DesignAtoms.Storage.Models.SourceImageParams

Was this page helpful?