C#
VB
Java
C++
MIME type of the new document.
public string MimeType { get; set; }
Public Property MimeType() As String
Get
Set
public:
property String^ MimeType
{
String^ get()
void set(String^ value)
}
public String getMimeType()
public void setMimeType(String value)
The MIME type of the new document. Default value is null.
This value will be set as is into the Document.MimeType property.
For more information on creating documents, refer to DocumentFactory.Create.
For an example, refer to DocumentFactory.Create.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET