←Select platform

TagData Property

Summary

Gets or sets the tag's data.

Syntax
C#
VB
C++
public byte[] TagData { get; set; } 
  
Public Property TagData As Byte() 
public: 
property array<byte>^ TagData { 
   array<byte>^ get(); 
   void set (    array<byte>^ ); 
} 

Property Value

Array that contains all the tag's data.

Requirements

Target Platforms

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

Leadtools.ColorConversion Assembly