←Select platform

Name Property

Summary

Gets or sets the optional name of this layer.

Syntax
C#
VB
Objective-C
C++
Java
public string Name { get; set; } 
Public Property Name As String 
@property (nonatomic) NSString* name; 
public String getName() 
public void setName(String value) 
public:  
   property String^ Name 
   { 
      String^ get() 
      void set(String^ value) 
   } 

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 will load/save the value of this property.

Example

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

Requirements

Target Platforms

See Also

Reference

AnnLayer Class

AnnLayer Members

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