mimeType Property

Summary

The MIME type of the file containing the data.

Syntax

JavaScript Syntax
Object.defineProperty(ConvertItem.prototype, 'mimeType', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
mimeType: string; 

Property Value

The MIME type of the file on server containing the conversion data. Default value is null.

Remarks

This is the MIME type of Url. For more information, refer to DocumentConvertResult

Example

For an example, refer to Document.Convert

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