Compartir a través de


Image.MIMEType Propiedad

Definición

Devuelve el tipo MIME de la imagen. MIMEType debe ser uno de los siguientes valores: image/bmp, image/jpeg, image/x-png; image/png o image/gif.

public:
 property System::String ^ MIMEType { System::String ^ get(); void set(System::String ^ value); };
public string MIMEType { get; set; }
member this.MIMEType : string with get, set
Public Property MIMEType As String

Valor de propiedad

Un valor de tipo string que contiene el tipo MIME de la imagen. El valor devuelto debe ser uno de los siguientes valores válidos:

  • image/bmp

  • image/jpeg

  • image/x-png

  • image/png

  • image/gif

Comentarios

Implementaciones

Microsoft.ReportingServices.ReportRendering.IImage.MIMEType

Se aplica a