Skip to content

IUploadValidator.ValidateImage method

Validates image constraints

public void ValidateImage(IUploadImageConstraints constraints, Stream stream, string filename, 
    out object image)
parameter description
constraints The image constraints
stream Source stream
filename File name
image Image object

See Also