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 public byte[] SaveLayoutToArray(
Encoding encoding
)
Parameters
- encoding
- Type: System.TextEncoding
Required encoding.
Return Value
Type:
ByteArray of created bytes.
See Also