Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

FromUInt32 Method








The data to set.
Sets the tag data to the specified unsigned integer values.
Syntax
[CLSCompliantAttribute(false)]
public void FromUInt32( 
   uint[] value
)
'Declaration
 
<CLSCompliantAttribute(False)>
Public Sub FromUInt32( _
   ByVal value() As UInteger _
) 
'Usage
 
Dim instance As RasterTagMetadata
Dim value() As UInteger
 
instance.FromUInt32(value)
[CLSCompliantAttribute(false)]
public void FromUInt32( 
   uint[] value
)
- (void)fromUInt32:(const unsigned int *)buffer itemCount:(NSUInteger)count
public void fromUInt32(int[] value)
CLSCompliantAttribute()
 function Leadtools.RasterTagMetadata.FromUInt32( 
   value 
)
[CLSCompliantAttribute(false)]
public:
void FromUInt32( 
   array<uint>^ 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