Click or drag to resize

PdfPageBase LoadFromRTF Method (String, 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,
	bool IsSplitLine
)

Parameters

rtf
Type: System String
rich text
width
Type: System Single
width
IsSplitLine
Type: System Boolean
IsSplitLine
See Also