deserializeOptions Property

Summary

Gets or sets the options to use when loading annotation objects.

Syntax
TypeScript
JavaScript
Object.defineProperty(AnnCodecs.prototype, 'deserializeOptions', 
	get: function(), 
	set: function(value) 
) 
deserializeOptions: AnnDeserializeOptions; 

Property Value

The options to use when loading annotations objects. The default value is null.

Remarks

When you create a new instance of AnnCodecs, the value of DeserializeOptions is set to null and default options are used. To change any of the options or to use the events, first create a new instance of AnnDeserializeOptions and set it to DeserializeOptions and then use its members.

Example

For an example, refer to AnnDeserializeOptions.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.