KryptonWorkspaceSaveLayoutToArray(Encoding) Method |
Saves workspace layout information into an array of bytes.
Namespace: Internal.ComponentFactory.Krypton.WorkspaceAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic byte[] SaveLayoutToArray(
Encoding encoding
)
Parameters
- encoding Encoding
- Required encoding.
Return Value
ByteArray of created bytes.
See Also