Click or drag to resize

KryptonWorkspaceSaveLayoutToArray Method (Encoding)

Saves workspace layout information into an array of bytes.

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

Parameters

encoding
Type: System.TextEncoding
Required encoding.

Return Value

Type: Byte
Array of created bytes.
See Also