Click or drag to resize

ContentStreamMimeType Class

Just a simple class that returns a string representing a MIME type that CMIS wants for a given document to be turned into a content stream.
Inheritance Hierarchy
SystemObject
  Atalasoft.Imaging.WebControls.Capture.CmisContentStreamMimeType

Namespace:  Atalasoft.Imaging.WebControls.Capture.Cmis
Assembly:  Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static class MimeType

The ContentStreamMimeType type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberBmp
For an image/bmp MIME type use this.
Public fieldStatic memberDoc
For an application/vnd.openxmlformats-officedocument.wordprocessingml.document MIME type use this.
Public fieldStatic memberGif
For an image/gif MIME type use this.
Public fieldStatic memberJpeg
For an image/jpeg MIME type use this.
Public fieldStatic memberPdf
For an application/pdf MIME type use this.
Public fieldStatic memberPng
For an image/png MIME type use this.
Public fieldStatic memberPpt
For an application/vnd.ms-powerpoint MIME type use this.
Public fieldStatic memberRtf
For an application/rtf MIME type use this.
Public fieldStatic memberText
For an text/plain MIME type use this.
Public fieldStatic memberTiff
For an image/tiff MIME type use this.
Top
Remarks
Caution note Caution
This class is available with .NET Framework 3.5 and 4.5.2 only.
See Also