Parameter | Type | Description |
---|---|---|
data | ImageData | HTML 5 ImageData object that contains the image data. |
position | LeadPointD | The top-left position of the image data. |
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.