| RenderImageStackSaveToMemory Method |
Saves the image stack to a byte array according to the compression type.
Namespace:
Lumiscaphe.Workshop.Interop
Assembly:
Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax public byte[] SaveToMemory(
int compression
)
public:
array<unsigned char>^ SaveToMemory(
int compression
)
Parameters
- compression
- Type: SystemInt32
The compression type.
Return Value
Type:
ByteThe image stack as a byte array.
Exceptions Version Information Lumiscaphe Workshop SDK
Supported in: 7.0 release 1
See Also