AnnSetEncryptOptions method (Annotation Control)
Builder Syntax |
|
Delphi Syntax |
|
Overview |
Refer to Implementing Annotations. |
Remarks
Sets the encryption options for the specified Encrypt annotation object.
To set the Encryption options for one or more objects you must set the desired options in the AnnEncryptOptions property before calling this method. In addition, you must set the AnnFlags property before calling this method, to indicate the objects for which to set the encryption options. Possible values for the Flags property are:
0
ANNFLAG_SELECTED
ANNFLAG_NOTTHIS
ANNFLAG_RECURSE
ANNFLAG_NOTCONTAINER
ANNFLAG_NOINVALIDATE
To get the annotation encryption options for a specific Encrypt annotation object, call the AnnGetEncryptOptions method. The AnnEncryptOptions property will be updated with the encryption options.
See Also