Back to Website
Show / Hide Table of Contents

Interface IFileRepairer

Namespace: Aurigma.DesignAtoms.Storage.FileStorage
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
Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2025 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback