←Select platform

Name Property

Summary
Gets or sets the optional name of this layer.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public string Name { get; set; } 
@property (nonatomic, strong) NSString *name; 
public String getName() 
public void setName(String value) 
public:  
   property String^ Name 
   { 
      String^ get() 
      void set(String^ value) 
   } 
Name # get and set (AnnLayer) 

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.

For a demo, refer to the AnnotationsLayersDemo in your LEADTOOLS setup.

Requirements

Target Platforms

See Also

Reference

AnnLayer Class

AnnLayer Members

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

Leadtools.Annotations.Engine Assembly

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