format Property

Summary

Gets the document format type associated with this options class.

Syntax

JavaScript Syntax
Object.defineProperty(DocumentOptions.prototype, 'format', 
	get: function() 
) 
TypeScript Syntax
format: DocumentFormat; // read-only 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly