Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / EmbeddedImage Class / MIMEType Property

In This Topic
    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