EnableNeverEncrypted property (ILEADRasterAnnEncryptOption)
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