Gets or sets the text of the AnnRichTextObject object, including all rich text format (RTF) codes. This is a dependency property.
public string Rtf { get; set; }
Public Property Rtf As String
The text of the control in RTF format. Default value is null reference (Nothing in VB) for no text.
You can use this property to place RTF formatted text into the object or to extract the text of the control with the specified RTF formatting defined in the text of the object. This property is typically used when you are assigning RTF text from another RTF source, such as Microsoft Word or Windows WordPad, to the object.
For the RTF codes, see "rich text format (RTF) Specification, version 1.6" in the MSDN library at https://msdn.microsoft.com/en-us/library/aa140277.aspx.
For more information, refer to Using Text in WPF Annotation Objects.
For more information about the rich text annotation object refer to AnnRichTextObject for WPF.
For more information about the automated rich text annotation object, refer to WPF Annotation Objects - Automated Features.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET