mimeType Property

Summary

MIME type of the new document.

Syntax

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

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