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