Click or drag to resize

TextDocumentControllerInternalInitializeDocument Method

Initializes the controller with the provided view options.

Namespace: Altaxo.Gui.Text.Viewing
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected void InternalInitializeDocument(
	TextDocumentViewOptions options
)

Parameters

options  TextDocumentViewOptions
The view options.
See Also