Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

FromByte Method (RasterCommentMetadata)








The data to set.
Sets the comment 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 RasterCommentMetadata
Dim value() As Byte
 
instance.FromByte(value)
public void FromByte( 
   byte[] value
)
- (void)fromByte:(unsigned char *)buffer itemCount:(NSUInteger)count
public void fromByte(byte[] value)
 function Leadtools.RasterCommentMetadata.FromByte( 
   value 
)
public:
void FromByte( 
   array<byte>^ value
) 

Parameters

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

Target Platforms

See Also

Reference

RasterCommentMetadata Class
RasterCommentMetadata Members

Error processing SSI file