<PackageReference Include="Relativity.Server.Import.SDK" Version="24000.1.1" />

IImageValidator

public interface IImageValidator
Represents an abstract object to validate an image file.
void Validate(string file)

Validates the specified image file and throw an exception for any unsupported image format.