EnhancedImageElement
The EnhancedImageElement interface extends the RegionObjectElement interface and represents a enhanced image element.
interface EnhancedImageElement extends RegionObjectElement {
imageData: DSImageData;
}
imageData
The image data for the enhanced image.
See Also