Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

FromSByte Method








The data to set.
Sets the tag data to the specified array of signed bytes.
Syntax
[CLSCompliantAttribute(false)]
public void FromSByte( 
   sbyte[] value
)
'Declaration
 
<CLSCompliantAttribute(False)>
Public Sub FromSByte( _
   ByVal value() As SByte _
) 
'Usage
 
Dim instance As RasterTagMetadata
Dim value() As SByte
 
instance.FromSByte(value)
[CLSCompliantAttribute(false)]
public void FromSByte( 
   sbyte[] value
)
- (void)fromSByte:(const char *)buffer itemCount:(NSUInteger)count
public void fromSByte(byte[] value)
CLSCompliantAttribute()
 function Leadtools.RasterTagMetadata.FromSByte( 
   value 
)
[CLSCompliantAttribute(false)]
public:
void FromSByte( 
   array<sbyte>^ value
) 

Parameters

value
The data to set.
Example
For an example, refer to RasterTagMetadata
Requirements

Target Platforms

See Also

Reference

RasterTagMetadata Class
RasterTagMetadata Members

Error processing SSI file