Interface ISourceImageParamsReader
Namespace: Aurigma.DesignAtoms.Common
Assembly: Aurigma.DesignAtoms.dll
Syntax
public interface ISourceImageParamsReader
Methods
GetSourceImageParams
SourceImageParams GetSourceImageParams(FileInfo file, int pageIndex)
Parameters
| Type | Name | Description |
|---|---|---|
System.IO.FileInfo | file | |
System.Int32 | pageIndex |
Returns
Aurigma.DesignAtoms.Storage.Models.SourceImageParams
GetSourceImageParams
SourceImageParams GetSourceImageParams(Stream stream, int pageIndex)
Parameters
| Type | Name | Description |
|---|---|---|
System.IO.Stream | stream | |
System.Int32 | pageIndex |