MIMEType Property (EmbeddedImage)
In This Topic
Gets or sets the MIMEType for the image. Valid values are as follows: image/bmp, image/jpeg, image/gif, image/png, image/x-png.
Syntax
'Declaration
Public Property MIMEType As String
public string MIMEType {get; set;}
See Also