LEADTOOLS (Leadtools assembly)

SetData Method (RasterCommentMetadata)

Show in webframe







The data for this comment, stored as an array of bytes.
Sets the data (an array of bytes) for this comment.
Syntax
public void SetData( 
   byte[] value
)
'Declaration
 
Public Sub SetData( _
   ByVal value() As Byte _
) 
'Usage
 
Dim instance As RasterCommentMetadata
Dim value() As Byte
 
instance.SetData(value)
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

See Also

Reference

RasterCommentMetadata Class
RasterCommentMetadata Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.