LEADTOOLS (Leadtools assembly)

FromByte Method (RasterCommentMetadata)

Show in webframe







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:(const unsigned char*)buffer 
      itemCount:(unsigned int)itemCount;
            
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

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.