Error processing SSI file
(Leadtools.Annotations.Core)

Show in webframe

Restore Method






AnnDataProvider instance that is used to set the image pixel data.
The referenced AnnContainer.
Restores the background behind AnnRedactionObject using the specified data provider.
Syntax
public virtual Task Restore( 
   AnnDataProvider provider,
   AnnContainer container
)
'Declaration
 
Public Overridable Function Restore( _
   ByVal provider As AnnDataProvider, _
   ByVal container As AnnContainer _
) As Task
public virtual Task Restore( 
   AnnDataProvider provider,
   AnnContainer container
)
 function Leadtools.Annotations.Core.AnnRedactionObject.Restore( 
   provider ,
   container 
)

Parameters

provider
AnnDataProvider instance that is used to set the image pixel data.
container
The referenced AnnContainer.
Remarks

When this method is called, the background behind this AnnRedactionObject must be restored back onto the original image. It is up to AnnDataProvider to perform this operation since this object has no concept of the original image.

If this AnnRedactionObject has not been realized, this method does nothing. You can determine if this AnnRedactionObject is realized using the CanRestore property.

This method uses AnnDataProvider by calling AnnDataProvider.SetImageData method to put the pixel data back in the image. This data was previously obtained and stored inside this object in ImageData when Realize was called.

Requirements

Target Platforms

See Also

Reference

AnnRedactionObject Class
AnnRedactionObject Members

Error processing SSI file
   Leadtools.Annotations.Core requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features