 | ICellImageData Property |
Gets an image to display for the cell in the cell selection dialog.
Namespace: CompreDriveSDK.PluginsAssembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
SyntaxReadOnlyCollection<byte> ImageData { get; }
ReadOnly Property ImageData As ReadOnlyCollection(Of Byte)
Get
Property Value
ReadOnlyCollectionByte
Remarks
Should return the raw data of the image in e.g. png, jpeg or bmp format.
See Also