←Select platform

MimeType Property

Summary

MIME type of the new document.

Syntax
C#
VB
C++
Java
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 LEADDocument.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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.