Click or drag to resize

RenderImageBytes Property

Gets the image bytes.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public IntPtr Bytes { get; }

Property Value

Type: IntPtr
The image bytes.
Exceptions
ExceptionCondition
ObjectDestroyedExceptionRenderImage::IsDestroyed == true
Remarks
Before querying image bytes, please check if the image dynamic is set to Byte.
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also