Click or drag to resize

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
)

Parameters

compression
Type: SystemInt32
The compression type.

Return Value

Type: Byte
The image stack as a byte array.
Exceptions
ExceptionCondition
ObjectDestroyedExceptionRenderImageStack::IsDestroyed == true
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also