'Declaration Public Property MIMEType As ExpressionInfo
public ExpressionInfo MIMEType {get; set;}
Gets or sets the MIMEType for the image.
'Declaration Public Property MIMEType As ExpressionInfo
public ExpressionInfo MIMEType {get; set;}
Valid values are: image/bmp, image/jpeg, image/gif, image/png, and image/x-png.
MIMEType is required if the Source is set to Database; otherwise it is ignored.