Name Property (original) (raw)

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) }

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.

Leadtools.Annotations.Engine Assembly