Error processing SSI file
(Leadtools.Annotations.Core)

Show in webframe

Encrypt Method






The reference AnnContainer.
The location and size in container on where to scramble the image data. This is in container coordinates.
The key to use for the scramble operation.
Scrambles the pixel data of the image at the specified location and size using a key.
Syntax
public abstract void Encrypt( 
   AnnContainer container,
   LeadRectD bounds,
   int key
)
'Declaration
 
Public MustOverride Sub Encrypt( _
   ByVal container As AnnContainer, _
   ByVal bounds As LeadRectD, _
   ByVal key As Integer _
) 
public abstract void Encrypt( 
   AnnContainer container,
   LeadRectD bounds,
   int key
)
public abstract void encrypt(AnnContainer container, LeadRectD bounds, int key)
 function Leadtools.Annotations.Core.AnnDataProvider.Encrypt( 
   container ,
   bounds ,
   key 
)

Parameters

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.
Remarks

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.

Requirements

Target Platforms

See Also

Reference

AnnDataProvider Class
AnnDataProvider 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