LEADTOOLS (Leadtools assembly)

ToSByte Method

Show in webframe







Converts the tag data to an array of signed bytes.
Syntax
[CLSCompliantAttribute(false)]
public sbyte[] ToSByte()
'Declaration
 
<CLSCompliantAttribute(False)>
Public Function ToSByte() As SByte()
'Usage
 
Dim instance As RasterTagMetadata
Dim value() As SByte
 
value = instance.ToSByte()
[CLSCompliantAttribute(false)]
public sbyte[] ToSByte()
-(void)toSByte:(char*)buffer 
     itemCount:(unsigned int)itemCount;
            
public byte[] toSByte()
CLSCompliantAttribute()
 function Leadtools.RasterTagMetadata.ToSByte()
[CLSCompliantAttribute(false)]
public:
array<sbyte>^ ToSByte(); 

Return Value

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

Target Platforms

See Also

Reference

RasterTagMetadata Class
RasterTagMetadata Members

 

 


Products | Support | Contact Us | Copyright Notices

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