SaveDecryptorKey property (TAnnEncryptOptions)
Builder Syntax |
bool SaveDecryptorKey |
Delphi Syntax |
SaveDecryptorKey: Boolean |
Overview |
Refer to Implementing Annotations. |
Remarks
Gets or sets a value that indicates if decryptor keys are saved. Possible values are:
Setting |
Description |
TRUE |
Decryptor keys are saved with the AnnSave, AnnSaveMemory, or AnnSaveTag methods. |
FALSE |
Decryptor keys are saved with a value of 0 with the AnnSave, AnnSaveMemory, or AnnSaveTag methods. |
See Also