←Select platform

ComponentType Enumeration

Summary

Defines the size unit to be considered when processing the window size.

Syntax
C#
C++/CLI
Python
[JsonConverterAttribute(System.Type)] 
public enum ComponentType 
public: 
   [JsonConverterAttribute(System::Type)] 
   enum class ComponentType sealed 
class ComponentType(Enum): 
   None = 0 
   Characters = 1 
   Words = 2 
   TextLines = 3 
   TextBlocks = 4 
Members
Value Member Description
0 None Measure by same input component type
1 Characters Measure by single characters
2 Words Measure by words
3 TextLines Measure by lines
4 TextBlocks Measure by blocks
Requirements

Target Platforms

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

Leadtools.Document.Analytics Assembly

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