Search
Converter.FromImage Method
See Also
 





Converts the specified image to string.

Namespace: MindFusion.Json
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public static string FromImage (
    IImage val,
    out string type
)

Visual Basic  Copy Code

Public Shared Function FromImage( _
    val As IImage, _
    <System.Runtime.InteropServices.Out()> ByRef type As String _
) As String

 Parameters

val

The image object to convert.

type

The type of the specified image representation.

 Return Value

A string representing the specified value.

 See Also