←Select platform

MimeType Property

Summary

Mime type of the attachment file.

Syntax
C#
VB
C++
public string MimeType {get; set;} 
Public Property MimeType() As String 
   Get 
   Set 
public:  
   property String^ MimeType 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

The mime type of the attachment file, such as image/jpeg or application/pdf. The default value is null.

Remarks

MimeType is optional and may not be set by the document factory.

For more information, refer to Document Attachments.

Example

For an example, refer to DocumentAttachment and DocumentAttachment.DocumentId.

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.