Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

FromByte Method (RasterTagMetadata)








The data to set.
Sets the tag data to the specified array of bytes.
Syntax
public void FromByte( 
   byte[] value
)
'Declaration
 
Public Sub FromByte( _
   ByVal value() As Byte _
) 
'Usage
 
Dim instance As RasterTagMetadata
Dim value() As Byte
 
instance.FromByte(value)
public void FromByte( 
   byte[] value
)
- (void)fromByte:(const unsigned char *)buffer itemCount:(NSUInteger)count
public void fromByte(byte[] value)
 function Leadtools.RasterTagMetadata.FromByte( 
   value 
)
public:
void FromByte( 
   array<byte>^ value
) 

Parameters

value
The data to set.
Example
For an example, refer to #ctor
Requirements

Target Platforms

See Also

Reference

RasterTagMetadata Class
RasterTagMetadata Members

Error processing SSI file