←Select platform

IBMDaejaTextAutoSize Enumeration

Summary

Text auto size mode.

Syntax

C#
C++/CLI
Python
public enum IBMDaejaTextAutoSize 
public: 
   enum class IBMDaejaTextAutoSize sealed 
class IBMDaejaTextAutoSize(Enum): 
   UseDefaultSize = 0 
   UseDefaultWidth = 1 
   ExpandToImageWidth = 2 

Members

Value Member Description
0 UseDefaultSize Use the default width and height specified in IBMDaejaTextObjectOptions.DefaultSize property
1 UseDefaultWidth Use the default width only in IBMDaejaTextObjectOptions.DefaultSize property and the height will be calculated automatically
2 ExpandToImageWidth The text width will be expanded to match the image width, and the height will be calculated automatically

Remarks

ExpandToImageWidth is the default value used in the conversion.

Requirements

Target Platforms

See Also

Leadtools.Annotations.Engine Namespace

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

Leadtools.Annotations.Engine Assembly

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