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