←Select platform

MeasurementUnit Enumeration

Summary

Indicates the unit of measure, which can be in words or lines.

Syntax
C#
C++/CLI
Python
[JsonConverterAttribute(System.Type)] 
public enum MeasurementUnit 
public: 
   [JsonConverterAttribute(System::Type)] 
   enum class MeasurementUnit sealed 
class MeasurementUnit(Enum): 
   Words = 0 
   TextLines = 1 
Members
ValueMemberDescription
0WordsMeasured by words
1TextLinesMeasured by lines of text
Remarks

As an example, if the unit of measure is Words and the Value is 5, it means to get the next 5 words, regardless of word's length.

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.Unstructured Assembly

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