C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the optional name of this layer.
public string Name { get; set; }
Public Property Name As String
public string Name {get; set;}
@property (nonatomic) NSString* name;
public String getName()
public void setName(String value)
get_Name();
set_Name(value);
Object.defineProperty('Name');
public:
property String^ Name
{
String^ get()
void set(String^ value)
}
The optional name of this layer. The default value is null.
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 an example, refer to the AnnotationsLayerDemo in your LEADTOOLS setup.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET