LAnnStamp::GetShowStampBorder

✎ NOTE

THIS FUNCTION IS NOW INHERITED DIRECTLY FROM THE PARENT LANNOTATION CLASS.

Summary

Gets a value indicating whether the bitmap stamp is displayed with a border.

Syntax

#include "ltwrappr.h"

virtual L_INT LAnnStamp::GetShowStampBorder(pbShowStampBorder)

Parameters

L_BOOL * pbShowStampBorder

Address of the variable to be updated with a value indicating whether the stamp object is displayed with a border. Possible values are:

Value Meaning
TRUE Show the border
FALSE Do not show the border.

Returns

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

Comments

Gets a value indicating whether the annotation stamp object (ANNOBJECT_STAMP) is displayed with a border. The LAnnStamp::GetShowStampBorder function is valid only for the following object types when they are using a bitmap or a metafile:

In addition, the Automation object stores this setting along with the other object default settings.

Call the LAnnStamp::GetForeColor function to get the border color. Call the LAnnStamp::GetLineWidth function to get the border width. By default the border width is .075 points.

Call the LAnnStamp::SetShowStampBorder function to set such objects to display a border. By default the border color is red (0x00FF0000).

Note that the ANNOBJECT_STAMP enumeration can display text, a bitmap, or a metafile. If the stamp contains a bitmap or a metafile, use LAnnStamp::SetShowStampBorder to show or hide the border. If the stamp contains text, use LAnnStamp::SetText to show or hide the border.

Required DLLs and Libraries

Platforms

Win32, x64.

See Also

Functions

Topics

Example

For an example, refer to LAnnStamp::SetShowStampBorder.

Help Version 22.0.2023.2.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.