←Select platform

MeasurementUnit Enumeration

Summary

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

Syntax
C#
VB
C++
[JsonConverterAttribute(System.Type)] 
public enum MeasurementUnit 
<JsonConverterAttribute(System.Type)>  
Public Enum MeasurementUnit 
public: 
   [JsonConverterAttribute(System::Type)] 
   enum class MeasurementUnit sealed 
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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Unstructured Assembly

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