LAnnotation::GetRestrictToContainer

Summary

Determines whether the annotation object is restricted to the container.

Syntax

#include "ltwrappr.h"

virtual L_INT LAnnotation::GetRestrictToContainer(pbRestrict)

Parameters

L_BOOL * pbRestrict

Pointer to a boolean value that specifies whether to restrict the object to the container. Possible values are:

Value Meaning
TRUE Restrict the object to the container.
FALSE Do not restrict the object to the container.

Returns

Value Meaning
SUCCESS The function was successful.
< 1 An error occurred. Refer to Return Codes.

Comments

Determines whether one or more annotation objects is restricted to the container. If an object is restricted to the container, then no part of that object can be moved outside of the container using automation.

Required DLLs and Libraries

Platforms

Win32, x64.

See Also

Functions

Topics

Example

For an example, refer to LAnnotation::SetRestrictToContainer.

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.