format Property

Summary

Gets or sets the format of the annotation file.

Syntax

JavaScript Syntax
Object.defineProperty(AnnCodecsInfo.prototype, 'format', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
format: AnnFormat; 

Property Value

The format of the annotation file.

Remarks

This property will either be AnnFormat if the file contains valid LEADTOOLS Annotations data or AnnFormat.Unknown if the file does not contain valid LEADTOOLS Annotations data.

Example

For an example, refer to GetInfo

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.Annotations.Core Assembly