serializeKeyIfEncrypted Property

Summary

Gets or sets a value to indicate whether the Key of this AnnEncryptObject object is serialized along with the rest of the object.

Syntax
TypeScript
JavaScript
Object.defineProperty(AnnEncryptObject.prototype, 'serializeKeyIfEncrypted', 
	get: function(), 
	set: function(value) 
) 
serializeKeyIfEncrypted: boolean; 

Property Value

true if the Key of this AnnEncryptObject object is serialized along with the rest of the object; otherwise, false.

Remarks

Normally this value is only changed before saving this AnnEncryptObject object to a disk file. It is then restored once the save operation is done.

Example

For an example, refer to AnnEncryptObject.

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