←Select platform

Name Property

Summary

Gets or sets the name of the AnnContainer.

Syntax

C#
VB
C++
public virtual string Name { get; set; } 
  
Public Overridable Property Name As String 
public: 
virtual property String^ Name { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

A string that represents the name of the AnnContainer.

Remarks

If you have multiple containers in your annotation application, you can give each container a unique name and use the container names as a way of differentiating between these containers. LEADTOOLS does not use the container name in any way and the value has no special meaning.

Example

For an example, refer to AnnContainer.

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 Assembly