←Select platform

FromAscii Method

Summary

Sets the tag data to the specified string.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public void FromAscii( 
   string value 
) 
Public Sub FromAscii( _ 
   ByVal value As String _ 
)  
public void FromAscii(  
   string value 
) 
- (void)fromAscii:(NSString *)value 
public void fromAscii(String value) 
 function Leadtools.RasterTagMetadata.FromAscii(  
   value  
) 
public: 
void FromAscii(  
   String^ value 
)  

Parameters

value
The data to set.

Example

For an example, refer to WriteTag.

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 Assembly