←Select platform

Encrypt Method

Summary
Scrambles the pixel data of the image at the specified location and size using a key.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public abstract void Encrypt( 
   AnnContainer container, 
   LeadRectD bounds, 
   int key 
) 
- (void)encryptContainer:(LTAnnContainer *)container bounds:(LeadRectD)bounds key:(NSUInteger)key NS_SWIFT_NAME(encrypt(_:bounds:key:)); 
public abstract void encrypt(AnnContainer container, LeadRectD bounds, int key) 
public:  
   virtual void Encrypt( 
      AnnContainer^ container, 
      LeadRectD^ bounds, 
      Int32 key 
   ) abstract 
def Encrypt(self,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

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.