Leadtools.Jpeg2000 Namespace > GmlElement Structure : Label Property |
public byte[] Label {get; set;}
'Declaration Public Property Label As Byte()
'Usage Dim instance As GmlElement Dim value() As Byte instance.Label = value value = instance.Label
public: property array<byte>^ Label { array<byte>^ get(); void set ( array<byte>^ value); }