Insert rich text to page
Namespace: Spire.PdfAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
[ObsoleteAttribute("This method may be removed in the future,not support rtf.")] public void LoadFromRTF( string rtf, float width, bool IsSplitLine, PointF point )
<ObsoleteAttribute("This method may be removed in the future,not support rtf.")> Public Sub LoadFromRTF ( rtf As String, width As Single, IsSplitLine As Boolean, point As PointF )
public: [ObsoleteAttribute(L"This method may be removed in the future,not support rtf.")] void LoadFromRTF( String^ rtf, float width, bool IsSplitLine, PointF point )
[<ObsoleteAttribute("This method may be removed in the future,not support rtf.")>] member LoadFromRTF : rtf : string * width : float32 * IsSplitLine : bool * point : PointF -> unit