←Select platform

Label Property

Summary
Gets or sets a string used as a label.

Syntax
C#
C++/CLI
Python
public byte[] Label { get; set; } 
public: 
property array<byte>^ Label { 
   array<byte>^ get(); 
   void set (    array<byte>^ ); 
} 
Label # get and set (GmlElement) 

Property Value

Label string.

Remarks

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

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

Leadtools.Jpeg2000 Assembly

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