Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.24
LEADTOOLS Raster imaging C++ Class library help

LAnnAutomation::GetEncryptOptions

Show in webframe

#include "ltwrappr.h"

virtual L_INT LAnnAutomation::GetEncryptOptions(pEncryptOptions)

pANNENCRYPTOPTIONS pEncryptOptions;

/* pointer to a structure to be updated */

Gets the Encrypt options for the specified Automation annotation object. This annotation object may be in the encryptor or decryptor state.

Parameter

Description

pEncryptOptions

Pointer to an ANNENCRYPTOPTIONS structure to be updated with the encryption options for this automation object.

Returns

SUCCESS

The function was successful.

< 1

An error occurred. Refer to Return Codes.

Comments

Use this function to get the encrypt options of an Automation object. To use this function, declare a variable a type ANNENCRYPTOPTIONS, and pass the address of this variable in pEncryptOptions.

Required DLLs and Libraries

LTANN

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.

Platforms

Win32, x64.

See Also

Functions:

LAnnEncrypt::GetEncryptOptions, LAnnEncrypt::SetEncryptOptions, Class Members

Topics:

Annotation Functions: Object Properties

 

Annotation Objects - Default Values

 

Annotation Objects - Automated Features

Example

For an example, refer to LAnnAutomation::SetEncryptOptions.

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.