←Select platform

SetData Method (RasterCommentMetadata)

Summary

Sets the data (an array of bytes) for this comment.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public void SetData(  
   byte[] value 
) 
Public Sub SetData( _ 
   ByVal value() As Byte _ 
)  
public void SetData(  
   byte[] value 
) 
@property (nonatomic, strong) NSData *data 
public void setData(byte[] value) 
 function Leadtools.RasterCommentMetadata.SetData(  
   value  
) 
public: 
void SetData(  
   array<byte>^ value 
)  

Parameters

value
The data for this comment, stored as an array of bytes.

Example

For an example, refer to RasterCommentMetadata.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools Assembly
Click or drag to resize