Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

SetData Method (RasterCommentMetadata)








The data for this comment, stored as an array of bytes.
Sets the data (an array of bytes) for this comment.
Syntax
public void SetData( 
   byte[] value
)
'Declaration
 
Public Sub SetData( _
   ByVal value() As Byte _
) 
'Usage
 
Dim instance As RasterCommentMetadata
Dim value() As Byte
 
instance.SetData(value)
public void SetData( 
   byte[] value
)
@property (nonatomic, strong) NSData *data
public void setData(byte[] value)
 function Leadtools.RasterCommentMetadata.SetData( 
   value 
)
public:
void SetData( 
   array<byte>^ value
) 

Parameters

value
The data for this comment, stored as an array of bytes.
Example
For an example, refer to RasterCommentMetadata.
Requirements

Target Platforms

See Also

Reference

RasterCommentMetadata Class
RasterCommentMetadata Members

Error processing SSI file