public void SetValues(
IList<string> values
)
Public Sub SetValues(
ByVal values As IList(Of String)
)
public:
void SetValues(
IList<String^>^ values
)
values
A list of string values representing the range of values in the OmrField.
OmrField objects can have tens or even hundreds of OmrBubbles. To facilitate setting every OmrBubble's Value property, use this method with the generated ranges from GenerateOmrFieldValues.
If the count of the provided list of objects does not match the count of the internal OmrCollection objects, an InvalidOperationException is thrown.
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