Field Text
- Namespace
- PaintDotNet.Clipboard
- Assembly
- PaintDotNet.Base.dll
Text format. Each line ends with a carriage return/linefeed (CR-LF) combination. A null character signals the end of the data. Use this format for ANSI text. CF_TEXT
public const uint Text = 1
Returns
- uint
- Text format. Each line ends with a carriage return/linefeed (CR-LF) combination. A null character signals the end of the data. Use this format for ANSI text. CF_TEXT
Remarks
See Standard Clipboard Formats for more info.