Leadtools.Jpeg2000 Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Label Property
See Also 
Leadtools.Jpeg2000 Namespace > GmlElement Structure : Label Property



Gets or sets a string used as a label.

Syntax

Visual Basic (Declaration) 
Public Property Label As Byte()
Visual Basic (Usage)Copy Code
Dim instance As GmlElement
Dim value() As Byte
 
instance.Label = value
 
value = instance.Label
C# 
public byte[] Label {get; set;}
C++/CLI 
public:
property array<byte>^ Label {
   array<byte>^ get();
   void set (bytearray<value>^ value);
}

Return Value

Label string. A textual label associated with an entity . This value is stored as ISO/IEC 10646 characters in UTF-8 encoding. Characters in the ranges U +0000 to U+001F inclusive and U+007F to U+009F inclusive, as well as the specific characters ‘/’,’;’,’?’,’:’, and ‘#’, are not permitted in the label string. Label strings are not null-terminated or padded in any other way.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Leadtools.Jpeg2000 requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features