L_AnnSetDpiY

Summary

Sets the vertical DPI (dots per inch) value that is used to translate user input, such as font size, that is expressed in physical measurements.

Syntax

#include "l_bitmap.h"

L_LTANN_API L_INT L_AnnSetDpiY(hObject, dDpiY, uFlags)

Parameters

HANNOBJECT hObject

Handle to the annotation automation object.

L_DOUBLE dDpiY

The vertical DPI value to set.

L_UINT uFlags

Reserved for future use. You can pass 0.

Returns

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

Comments

The DPI properties apply only to the annotation automation object. Refer to Annotation Automation Object.

Typically, if you are matching annotations to a bitmap, you can use the bitmap handle's YResolution field to set this value.

Required DLLs and Libraries

Platforms

Win32, x64.

See Also

Functions

Topics

Example

For an example, refer to Implementing an Automated Annotation Program.
For a complete sample code, refer to the \Examples\Annotation\C\Annotate demo.

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 API Help

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