Gets or sets a new C1Document from the range.

Namespace:  C1.Phone.RichTextBox.Documents
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)

Syntax

C#
public C1Document Fragment { get; set; }
Visual Basic
Public Property Fragment As C1Document
	Get
	Set

Remarks

When getting the fragment, the result is the same as deleting the rest of the document except the range. When setting the fragment, the contents of the value set are merged with the current document.

See Also