Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

ToByte Method (RasterCommentMetadata)








Converts the comment data to an array of bytes.
Syntax
public byte[] ToByte()
'Declaration
 
Public Function ToByte() As Byte()
'Usage
 
Dim instance As RasterCommentMetadata
Dim value() As Byte
 
value = instance.ToByte()
public byte[] ToByte()
- (void)toByte:(unsigned char *)buffer itemCount:(NSUInteger)count
public byte[] toByte()
 function Leadtools.RasterCommentMetadata.ToByte()
public:
array<byte>^ ToByte(); 

Return Value

The comment data converted to an array of bytes.
Example
For an example, refer to RasterCommentMetadata.
Requirements

Target Platforms

See Also

Reference

RasterCommentMetadata Class
RasterCommentMetadata Members

Error processing SSI file