PdfPageBase
LoadFromRTF Method (String, Single, Single, Boolean)
|
Note: This API is now obsolete.
Insert rich text to page
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
[ObsoleteAttribute("This method may be removed in the future,not support rtf.")]
public void LoadFromRTF(
string rtf,
float width,
float height,
bool IsSplitLine
)
<ObsoleteAttribute("This method may be removed in the future,not support rtf.")>
Public Sub LoadFromRTF (
rtf As String,
width As Single,
height As Single,
IsSplitLine As Boolean
)
public:
[ObsoleteAttribute(L"This method may be removed in the future,not support rtf.")]
void LoadFromRTF(
String^ rtf,
float width,
float height,
bool IsSplitLine
)
[<ObsoleteAttribute("This method may be removed in the future,not support rtf.")>]
member LoadFromRTF :
rtf : string *
width : float32 *
height : float32 *
IsSplitLine : bool -> unit
Parameters
-
rtf
-
Type:
System
String
rich text
-
width
-
Type:
System
Single
width
-
height
-
Type:
System
Single
-
IsSplitLine
-
Type:
System
Boolean
IsSplitLine
See Also