Click or drag to resize

TextDocument(TextDocument) Constructor

Initializes a new instance of the TextDocument class by copying the content from another instance.

Namespace: Altaxo.Text
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public TextDocument(
	TextDocument from
)

Parameters

from  TextDocument
Notes to copy from
See Also