Enum PasteSource
Represents the list of supported paste sources.
Namespace: Telerik.WinForms.Documents.Model
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public enum PasteSource
AnotherRadDocument
Content is copied from another RadDocument.
AnotherRichTextDocument
Content is copied from another rich text document (e.g. a MS Word document; RTF document).
DocumentWithConflictingStyles
Content contains styles that are in conflict with the destination documents' styles by name.
SameRadDocument
Content is copied from the same RadDocument.