Indicates the unit of measure, which can be in words or lines.
[JsonConverterAttribute(System.Type)]
public enum MeasurementUnit
public:
[JsonConverterAttribute(System::Type)]
enum class MeasurementUnit sealed
class MeasurementUnit(Enum):
Words = 0
TextLines = 1
Value | Member | Description |
---|---|---|
0 | Words | Measured by words |
1 | TextLines | Measured by lines of text |
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document