Skip to main content

Interface IFileRepairer

Namespace: Aurigma.DesignAtoms.Storage.FileStorage
Assembly: Aurigma.DesignAtoms.dll
Syntax
public interface IFileRepairer

Methods

CanFix

bool CanFix(string imagePath)
Parameters
TypeNameDescription
System.StringimagePath
Returns

System.Boolean

CanFix

bool CanFix(Stream image)
Parameters
TypeNameDescription
System.IO.Streamimage
Returns

System.Boolean

FixFile

string FixFile(string imagePath)
Parameters
TypeNameDescription
System.StringimagePath
Returns

System.String

FixFile

string FixFile(Stream image)
Parameters
TypeNameDescription
System.IO.Streamimage
Returns

System.String

Was this page helpful?