←Select platform

ECLocation Enumeration

Summary

The location of the value or feature relative to another element, such as a label.

Syntax
C#
C++/CLI
Python
[FlagsAttribute()] 
[JsonConverterAttribute(System.Type)] 
public enum ECLocation 
public: 
   [FlagsAttribute,  
   JsonConverterAttribute(System::Type)] 
   enum class ECLocation sealed 
class ECLocation(Enum): 
   Undefined = 0 
   Right = 1 
   LineBelow = 2 
   LowerRightCorner = 4 
   LineBelowInTable = 8 
Members
ValueMemberDescription
0x00000000UndefinedLocation is not available
0x00000001RightTo the right of a relative element
0x00000002LineBelowThe whole line below a relative element
0x00000004LowerRightCornerTo the lower-right corner from a relative element
0x00000008LineBelowInTableEvery line below a relative element
Requirements

Target Platforms

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

Leadtools.Document.Unstructured Assembly

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