Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

GetData Method (RasterTagMetadata)








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

Return Value

An array of bytes containing the data for the tag.
Example
For an example, refer to ReadTag.
Requirements

Target Platforms

See Also

Reference

RasterTagMetadata Class
RasterTagMetadata Members

Error processing SSI file