LEADTOOLS (Leadtools assembly)

GetData Method (RasterCommentMetadata)

Show in webframe







Gets the data (an array of bytes) for this comment.
Syntax
public byte[] GetData()
'Declaration
 
Public Function GetData() As Byte()
'Usage
 
Dim instance As RasterCommentMetadata
Dim value() As Byte
 
value = instance.GetData()
public byte[] GetData()
@property (nonatomic, strong) NSData* data;
public byte[] getData()
 function Leadtools.RasterCommentMetadata.GetData()
public:
array<byte>^ GetData(); 

Return 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.