Search
Converter.FromImage Method
See Also
 





Converts the specified image to string.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static string FromImage (
    Image val
)

Visual Basic  Copy Code

Public Shared Function FromImage( _
    val As Image _
) As String

 Parameters

val

The Image object to convert.

 Return Value

A string representing the specified value.

 See Also