Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

ToSByte Method








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:(NSUInteger)count
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

Error processing SSI file