The TextCopyModes enumeration lists the possible values of the TextCopyMode property.
|
0 |
TextCopyNormalized |
Words are separated by single spaces, no CR or LF. |
|
1 |
TextCopyWithNewlines |
Words are separated by single spaces except when line breaks occur, in which case a single newline character (NL) is substituted for the space. |
|
2 |
TextCopyExpandedCRLF |
Line spacing is indicated by CR/LF sequences. In this mode, the number of characters actually copied to the clipboard may be larger than the value of the SelectionLength property. |