←Select platform

Restore Method

Summary
Restores the background behind the AnnRedactionObject using the specified data provider.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public virtual void Restore( 
   AnnDataProvider provider, 
   AnnContainer container 
) 
- (void)restoreWithDataProvider:(LTAnnDataProvider *)provider container:(LTAnnContainer *)container NS_SWIFT_NAME(restore(_:container:)); 
public void restore( 
   AnnDataProvider provider, 
   AnnContainer container 
) 
public:  
   virtual void Restore( 
      AnnDataProvider^ provider, 
      AnnContainer^ container 
   ) 
def Restore(self,provider,container): 

Parameters

provider
AnnDataProvider instance that is used to set the image pixel data.

container
The reference 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 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.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.