Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
protected string GetImageRTF(
	string rtf
)
Protected Function GetImageRTF ( 
	rtf As String
) As String
protected:
String^ GetImageRTF(
	String^ rtf
)
member GetImageRTF : 
        rtf : string -> string 

Parameters

rtf
String

Return Value

String

See Also