Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

GetData Method (RasterCommentMetadata)








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

Error processing SSI file