ReturnContentType

ImageSearchOptions.ReturnContentType property

Specifies file type of returned content of the image signature when ReturnContent property is enabled. By default it set to Null. That means to return image content in original format. This image format is specified at Format Possible supported values are: FileType.JPEG, FileType.PNG, FileType.BMP. If provided format is not supported than image content in original format will be returned.

public FileType ReturnContentType { get; set; }

See Also