dataType Property

Summary

Data type of this LEADDocument.

Syntax
TypeScript
JavaScript
Object.defineProperty(LEADDocument.prototype, 'dataType', 
   get: function(), 
   set: function(value) 
) 
dataType: DocumentDataType; 

Property Value

The data type of this LEADDocument. Default value is DocumentDataType.transient.

Remarks

Refer to DocumentDataType for more information.

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