EnableSaveDecryptorKey property (ILEADRasterAnnEncryptOption)
VARIANT_BOOL EnableSaveDecryptorKey; | |
Overview |
Refer to Implementing Annotations. |
Remarks
Indicates if decryptor keys are saved. Possible values are:
Setting |
Description |
VARIANT_TRUE |
Decryptor keys are saved with the AnnSave, SaveOffset, AnnSaveMemory, or AnnSaveTag methods. |
VARIANT_FALSE |
Decryptor keys are saved with a value of 0 with the AnnSave, SaveOffset, AnnSaveMemory, or AnnSaveTag methods. |
See Also