Click or drag to resize

ActionDocumentControllerInternalInitializeDocument Method

Initializes the controller with the provided view options.

Namespace: Altaxo.Gui.Actions.Viewing
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
protected void InternalInitializeDocument(
	ActionDocument doc
)

Parameters

doc  ActionDocument
The action document.
See Also