AnnGetEncryptOptions method (Annotation Control)

C++ Builder example

Delphi example

 

Builder Syntax

int AnnGetEncryptOptions(HANNOBJECT hObject)

Delphi Syntax

AnnGetEncryptOptions (hObject: HANNOBJECT ): L_INT

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