public virtual void Restore(
AnnDataProvider provider,
AnnContainer container
)
Public Overridable Sub Restore( _
ByVal provider As AnnDataProvider, _
ByVal container As AnnContainer _
)
-(void) restore:(LTRasterImage*)anImage
container:(LTAnnContainer*)container;
public:
virtual void Restore(
AnnDataProvider^ provider,
AnnContainer^ container
)
provider
AnnDataProvider instance that is used to set the image pixel data.
container
The reference AnnContainer.
When this method is called, the background behind this AnnRedactionObject must be restored back onto the original image. It is up to AnnDataProvider implementation 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 as follows: the AnnDataProvider.SetImageData method is called 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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document