←Select platform

MimeType Property

Summary

MIME type of the new document.

Syntax

C#
VB
Java
C++
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) 

Property Value

The MIME type of the new document. Default value is null.

Remarks

This value will be set as is into the Document.MimeType property.

For more information on creating documents, refer to DocumentFactory.Create.

Example

For an example, refer to DocumentFactory.Create.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly