| 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; }
public:
property IntPtr Bytes {
IntPtr get ();
}
Property Value
Type:
IntPtr
The image bytes.
Exceptions 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