C#
VB
C++
Enumeration that represents which value type the bubble word field contains. The Character value type can contain any combination of alphanumeric characters. The Numerical value type contains only numerals.
[SerializableAttribute()]
public enum BubbleWordValueType
<SerializableAttribute()>
Public Enum BubbleWordValueType
public:
[SerializableAttribute]
enum class BubbleWordValueType sealed
Members
Value | Member | Description |
---|---|---|
0 | Character | Any possible values of textual or numerical type. |
1 | Numerical | Values of numerical type only. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET