De-scrambles the pixel data of the image at the specified location and size using a key.
public abstract void Decrypt(
AnnContainer container,
LeadRectD bounds,
int key
)
Public MustOverride Sub Decrypt( _
ByVal container As AnnContainer, _
ByVal bounds As LeadRectD, _
ByVal key As Integer _
)
public:
virtual void Decrypt(
AnnContainer^ container,
LeadRectD^ bounds,
Int32 key
) abstract
container
The reference AnnContainer.
bounds
The location and size in container on where to de-scramble the image data. This is in container coordinates.
key
The key to use for the de-scramble operation.
Encrypt is called to scramble the image data using a key. The same key is used when Decrypt is called de-scramble the data. Refer to AnnDataProvider for more information.
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