Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

ToByte Method (RasterTagMetadata)








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

Return Value

The tag data converted to an array of bytes.
Example
For an example, refer to RasterTagMetadata
Requirements

Target Platforms

See Also

Reference

RasterTagMetadata Class
RasterTagMetadata Members

Error processing SSI file