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