Click or drag to resize

ICellImageData Property

Gets an image to display for the cell in the cell selection dialog.

Namespace: CompreDriveSDK.Plugins
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
ReadOnlyCollection<byte> ImageData { get; }

Property Value

ReadOnlyCollectionByte
Remarks
Should return the raw data of the image in e.g. png, jpeg or bmp format.
See Also