Click or drag to resize

KryptonWorkspaceSaveLayoutToArray(Encoding) Method

Saves workspace layout information into an array of bytes.

Namespace: Internal.ComponentFactory.Krypton.Workspace
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public byte[] SaveLayoutToArray(
	Encoding encoding
)

Parameters

encoding  Encoding
Required encoding.

Return Value

Byte
Array of created bytes.
See Also