Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

ToAscii Method (RasterCommentMetadata)








Converts the comment data to a string.
Syntax
public string ToAscii()
'Declaration
 
Public Function ToAscii() As String
'Usage
 
Dim instance As RasterCommentMetadata
Dim value As String
 
value = instance.ToAscii()
public string ToAscii()
- (NSString *)toAscii
public String toAscii()
 function Leadtools.RasterCommentMetadata.ToAscii()
public:
String^ ToAscii(); 

Return Value

The comment data converted to a string.
Example
For an example, refer to WriteComment.
Requirements

Target Platforms

See Also

Reference

RasterCommentMetadata Class
RasterCommentMetadata Members

Error processing SSI file