serializeOptions Property

Summary

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

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

Property Value

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

Remarks

When you create a new instance of AnnCodecs, the value of SerializeOptions will be set to null and default options will be used. To change any of the options or to use the events, first create a new instance of AnnSerializeOptions and set it to SerializeOptions and then use its members.

Example

For an example, refer to AnnSerializeOptions.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly