EnableNeverEncrypted property (ILEADRasterAnnEncryptOption)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

VARIANT_BOOL EnableNeverEncrypted;

Overview

Refer to Implementing Annotations.

Remarks

Flag that indicates whether you can change the key and location of the decryptor.

This property is only relevant for decryptors (EnableEncryptor is VARIANT_FALSE). Possible values are:

Setting

Description

VARIANT_TRUE

The decryptor has never been encrypted. This means that in automation, the key and location of the decryptor can be changed.

VARIANT_FALSE

The decryptor was originally an encryptor that was applied. You cannot change the key or location of this kind of decryptor.

See Also

Elements:

AnnEncryptOptions property, AnnGetEncryptOptions method, AnnSetEncryptOptions method, EnableEncryptor property, Flags property, EnableEncryptor property, Key property, EnableSaveDecryptorKey property, EnableSaveEncryptorKey property, EnableClearDecryptorKey property, EnableClearEncryptorKey property, EncryptRaster property

Topics:

Annotations (Document/Medical only): Object Manipulation