mimeType Property

Summary

MIME type of the new document.

Syntax
TypeScript
JavaScript
Object.defineProperty(CreateDocumentOptions.prototype, 'mimeType', 
   get: function(), 
   set: function(value) 
) 
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 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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly