EnhancedImageElement Class
The EnhancedImageElement class stores an intermediate result whose type is Enhanced image.
Definition
Namespace: Dynamsoft.DDN.intermediate_results
class EnhancedImageElement : RegionObjectElement
Inheritance: RegionObjectElement -> EnhancedImageElement
Methods
| Method | Description |
|---|---|
SetImageData |
Sets the image data of the Enhanced image element. |
SetImageData
Sets the image data of the Enhanced image element.
int SetImageData(ImageData imgData)
Parameters
imgData The image data to set.
Return Value
Returns 0 if succeeds, nonzero otherwise.
See Also