Interface IFileRepairer
Assembly: Aurigma.DesignAtoms.dll
Syntax
public interface IFileRepairer
Methods
CanFix(Stream)
Declaration
bool CanFix(Stream image)
Parameters
| Type |
Name |
Description |
| System.IO.Stream |
image |
|
Returns
| Type |
Description |
| System.Boolean |
|
CanFix(String)
Declaration
bool CanFix(string imagePath)
Parameters
| Type |
Name |
Description |
| System.String |
imagePath |
|
Returns
| Type |
Description |
| System.Boolean |
|
FixFile(Stream)
Declaration
string FixFile(Stream image)
Parameters
| Type |
Name |
Description |
| System.IO.Stream |
image |
|
Returns
| Type |
Description |
| System.String |
|
FixFile(String)
Declaration
string FixFile(string imagePath)
Parameters
| Type |
Name |
Description |
| System.String |
imagePath |
|
Returns
| Type |
Description |
| System.String |
|