Scrambles the pixel data of the image at the specified location and size using a key.
public abstract void Encrypt(
AnnContainer container,
LeadRectD bounds,
int key
)
Public MustOverride Sub Encrypt( _
ByVal container As Leadtools.Annotations.Core.AnnContainer, _
ByVal bounds As Leadtools.LeadRectD, _
ByVal key As Integer _
)
public abstract void Encrypt(
Leadtools.Annotations.Core.AnnContainer container,
Leadtools.LeadRectD bounds,
int key
)
function Leadtools.Annotations.Core.AnnDataProvider.Encrypt(
container ,
bounds ,
key
)
public:
virtual void Encrypt(
AnnContainer^ container,
LeadRectD^ bounds,
Int32 key
) abstract
container
The reference AnnContainer.
bounds
The location and size in container on where to scramble the image data. This is in container coordinates.
key
The key to use for the 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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET