AnnGetEncryptOptions method (Annotation Control)
Builder Syntax |
AnnGetEncryptOptions(HANNOBJECT ) |
Delphi Syntax |
AnnGetEncryptOptions (:
HANNOBJECT ): |
Overview |
Refer to Implementing
Annotations. |
Remarks
Gets the annotation encryption options for the specified Encrypt annotation
object.
This method updates the AnnEncryptOptions property with the annotation encryption
options for the object specified in hObject.
To set annotation encryption options set the AnnEncryptOptions property
with the desired encryption options, and then call the AnnSetEncryptOptions
method.
See Also
Elements: |
AnnEncryptOptions
property, AnnSetEncryptOptions
method, Encryptor
property (TAnnNameOptions), Flags
property (TAnnNameOptions), Key
property (TAnnNameOptions), NeverEncrypted
property (TAnnNameOptions), SaveDecryptorKey
property (TAnnNameOptions), SaveEncryptorKey
property (TAnnNameOptions), ClearDecryptorKey
property (TAnnNameOptions), ClearEncryptorKey
property (TAnnNameOptions), EncryptBitmap
property (TAnnNameOptions), AnnEncryptApply
method |
Topics: |
Annotations:
Object Manipulation |