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 (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.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