Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

SetData Method (RasterTagMetadata)








An array of bytes containing the data for the tag.
Sets the tag data.
Syntax
public void SetData( 
   byte[] value
)
'Declaration
 
Public Sub SetData( _
   ByVal value() As Byte _
) 
'Usage
 
Dim instance As RasterTagMetadata
Dim value() As Byte
 
instance.SetData(value)
public void SetData( 
   byte[] value
)
@property (nonatomic, strong) NSData *data
public void setData(byte[] value)
 function Leadtools.RasterTagMetadata.SetData( 
   value 
)
public:
void SetData( 
   array<byte>^ value
) 

Parameters

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