function Leadtools.Annotations.Automation.ImageViewerAutomationControl.getImageData( rc )
Parameter | Type | Description |
---|---|---|
rc | LeadRectD | The area of interest. |
Type | Description |
---|---|
ImageData | The HTML 5 ImageData object for the area. |
When Realize is called in the automation framework, GetImageData is called to obtain the image data area under the object. This data will then be stored in the redaction object.
When AnnRedactionObject.Restore is called in the automation framework, PutImageData is called and the control must set this data back on the image at the specified area.