Leadtools.Windows.Annotations Requires Document/Medical license. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Apply Method
See Also 
Leadtools.Windows.Annotations Namespace > AnnEncryptObject Class : Apply Method



viewer
The BitmapSourceViewer containing the BitmapSource to which to apply this AnnEncryptObject object.
viewer
The BitmapSourceViewer containing the BitmapSource to which to apply this AnnEncryptObject object.
Applies this AnnEncryptObject object to the image inside a given viewer.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub Apply( _
   ByVal viewer As BitmapSourceViewer _
) 
Visual Basic (Usage)Copy Code
Dim instance As AnnEncryptObject
Dim viewer As BitmapSourceViewer
 
instance.Apply(viewer)
C# 
public virtual void Apply( 
   BitmapSourceViewer viewer
)
C++/CLI 
public:
virtual void Apply( 
   BitmapSourceViewer viewer
) 

Parameters

viewer
The BitmapSourceViewer containing the BitmapSource to which to apply this AnnEncryptObject object.

Example

For C#/VB examples, refer to AnnEncryptObject.

Remarks

An AnnEncryptObject object can have two states: it can be an encryptor or it can be a decryptor (Refer to Encryptor).

Use this method to apply this AnnEncryptObject object, whether it is an encryptor or a decryptor. Applying an encryptor means that the part of the image under the encryptor is scrambled according to the Key value.

Once applied, the portion of the image under the encrypt object becomes scrambled or unscrambled, and the encrypt object changes states (encryptors become decryptors, and decryptors be encryptors). Using different keys before calling this method gives different scrambling patterns. The decryptor state differs from the encryptor state in that a decryptor cannot be moved, and cannot be changed to an encryptor. The scrambling can be removed by calling Apply on the decryptor with the appropriate Key. If successful, the decryptor again changes state to become an encryptor. An encryptor can be moved, and can be changed to a decryptor.

The AnnEncryptObject is useful for encrypting portions of an image. After encrypting, the scrambled image cannot easily be unscrambled without the associated annotation file. The scrambling can be removed by using the associated annotation file, or by using automation mode to manually change the encrypt state from encryptor to a decryptor, position the object correctly, and setting the Key appropriately.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family

See Also

Apply requires a Document/Medical product license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features and Unlocking Special LEAD Features.