Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Core)

Encrypt Method

Show in webframe
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
 function Leadtools.Annotations.Core.AnnDataProvider.encrypt( 
   container ,
   bounds ,
   key 
)

Parameters

ParameterTypeDescription
containerAnnContainerThe reference AnnContainer.
boundsLeadRectDThe location and size in container on where to scramble the image data. This is in container coordinates.
keyintThe 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.

See Also

Reference

AnnDataProvider Object
AnnDataProvider Members

Error processing SSI file