Table of Contents

Field UnicodeText

Namespace
PaintDotNet.Clipboard
Assembly
PaintDotNet.Base.dll

Unicode text format. Each line ends with a carriage return/linefeed (CR-LF) combination. A null character signals the end of the data. CF_UNICODETEXT

public const uint UnicodeText = 13

Returns

uint
Unicode text format. Each line ends with a carriage return/linefeed (CR-LF) combination. A null character signals the end of the data. CF_UNICODETEXT

Remarks

See Standard Clipboard Formats for more info.