←Select platform

SetValues Method

Summary

Sets the values of underlying OmrBubbles.

Syntax
C#
C++/CLI
Python
public void SetValues( 
   IList<string> values 
) 
public:  
   void SetValues( 
      IList<String^>^ values 
   ) 
def SetValues(self,values): 

Parameters

values

A list of string values representing the range of values in the OmrField.

Remarks

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.

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.Forms.Processing.Omr Assembly

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