format Property

Summary

Gets the document format type associated with this options class.

Syntax
TypeScript
JavaScript
Object.defineProperty(DocumentOptions.prototype, 'format', 
   get: function() 
) 
readonly format: DocumentFormat; 

Property Value

This property will always return the DocumentFormat associated with the derived class.

Remarks

This property is required internally by LEADTOOLS.

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