Field OemText
- Namespace
- PaintDotNet.Clipboard
- Assembly
- PaintDotNet.Base.dll
Text format containing characters in the OEM character set. Each line ends with a carriage return/linefeed (CR-LF) combination. A null character signals the end of the data. CF_OEMTEXT
public const uint OemText = 7
Returns
- uint
- Text format containing characters in the OEM character set. Each line ends with a carriage return/linefeed (CR-LF) combination. A null character signals the end of the data. CF_OEMTEXT
Remarks
See Standard Clipboard Formats for more info.