IImageValidator public interface IImageValidator Represents an abstract object to validate an image file. Documentation void Validate(string file) Validates the specified image file and throw an exception for any unsupported image format.