name Property

Summary

Gets or sets the optional name of this layer.

Syntax

JavaScript Syntax
Object.defineProperty(AnnLayer.prototype, 'name', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
name: string; 

Property Value

The optional name of this layer. The default value is null.

Remarks

The name of the layer is not used by the annotation container and is a user-defined value.

AnnCodecs loads/saves the value of this property.

Example

For an example, refer to the AnnotationsLayerDemo in your LEADTOOLS setup.

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