AnnGetEncryptOptions method (ILEADRasterAnnotation)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

short AnnGetEncryptOptions (long hObject);

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:

AnnEncryptApply method, AnnEncryptOptions property, AnnSetEncryptOptions method, EnableEncryptor property, Flags property, Key property, EnableNeverEncrypted property, EnableSaveDecryptorKey property, EnableSaveEncryptorKey property, EnableClearDecryptorKey property, EnableClearEncryptorKey property, EncryptRaster property

Topics:

Annotations (Document/Medical only): Object Manipulation

 

Obtaining Annotation Object Information