ReturnContentType

ImageSearchOptions.ReturnContentType property

Specificeert het bestandstype van geretourneerde inhoud van de afbeeldingshandtekening wanneer de eigenschap ReturnContent is ingeschakeld. Standaard ingesteld op Null. Dat betekent dat u afbeeldingsinhoud in het originele formaat terugstuurt. Dit afbeeldingsformaat is gespecificeerd opFormat Mogelijk ondersteunde waarden zijn: FileType.JPEG, FileType.PNG, FileType.BMP. Als het opgegeven formaat niet wordt ondersteund, wordt de afbeeldingsinhoud in het originele formaat geretourneerd.

public FileType ReturnContentType { get; set; }

Zie ook