PrepareHtmlForClipboard Method

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image

Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)

Syntax

C#
public static MemoryStream PrepareHtmlForClipboard(
	string html
)
Visual Basic
Public Shared Function PrepareHtmlForClipboard ( _
	html As String _
) As MemoryStream
Visual C++
public:
static MemoryStream^ PrepareHtmlForClipboard(
	String^ html
)

Parameters

html
Type: System..::..String

See Also