←Select platform

TextData Property

Summary

Gets or sets the text data.

Syntax

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

Property Value

Array that contains a string of 7-bit ASCII characters.

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.ColorConversion Assembly