documentType Property

Summary

Text file type.

Syntax

JavaScript Syntax
Object.defineProperty(TextDocumentOptions.prototype, 'documentType', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
documentType: TextDocumentType; 

Property Value

An TextDocumentType enumeration member that indicate the text file type.

Remarks

For more information, refer to TextDocumentType.

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