Click or drag to resize

PdfPageBase LoadFromRTF Method (String, Single, Boolean, PointF)

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,
	PointF point
)

Parameters

rtf
Type: System String
rich text
width
Type: System Single
width
IsSplitLine
Type: System Boolean
IsSplitLine
point
Type: System.Drawing PointF
Draw text x,y point
See Also