RtfTextWriter
GetImageRTF Method
|
Gets the image RTF.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
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
-
Type:
System
String
The RTF.
Return Value
Type:
String
See Also