Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

FromAscii Method (RasterCommentMetadata)








The data to set.
Sets the comment data to the specified string.
Syntax
public void FromAscii( 
   string value
)
'Declaration
 
Public Sub FromAscii( _
   ByVal value As String _
) 
'Usage
 
Dim instance As RasterCommentMetadata
Dim value As String
 
instance.FromAscii(value)
public void FromAscii( 
   string value
)
- (void)fromAscii:(NSString *)value
public void fromAscii(String value)
 function Leadtools.RasterCommentMetadata.FromAscii( 
   value 
)
public:
void FromAscii( 
   String^ value
) 

Parameters

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

Target Platforms

See Also

Reference

RasterCommentMetadata Class
RasterCommentMetadata Members

Error processing SSI file