Aspose.OMR.Generation.Config.Elements
The Aspose.OMR.Generation.Config.Elements contains all tempalte elements required to generate forms programmatically see more at https://docs.aspose.com/omr/net/programmatic-forms/
Classes
| Class | Description |
|---|---|
| AnswerSheetConfig | Represents AnswerSheet element. It allows adding choice boxes grouped in columns and rows. Use the answer sheet if you want to fit a lot of questions on a page since they are located close to each other. |
| BarcodeConfig | Barcode element. Can be used to encode value. Positioned on page using coordinates in pixels. |
| ChoiceBoxAnswerConfig | One of possible answers. Question is set using - of ChoiceBoxConfig |
| ChoiceBoxConfig | The choice box is a basic element that represents a single question with set amount of answers. |
| CompositeGridConfig | Grid element. Produce array of bubbles. Each filled bubble represent one symbol in composite value All marked symbols will be concatenated into single value |
| ContentConfig | Represent content element. Can be used as child element in the table. |
| CustomTriggerConfig | Custom Bubble. Upon filling can change behavior\value of target elements |
| EmptyLineConfig | Empty element. Can be used as vertical margin. Skipped height can be set via property. |
| GridConfig | Represent table of bubbles. Question identifier and multiple answers to choose Line of answers can be horizontal or vertical |
| ImageConfig | Represents Image element. Inserted from file system using provided path |
| InputGroup | Grouping element. Consists of two Content children. Drawn in proportions 1\3 and 2\3. |
| TextConfig | Represents Text element. Used for displaying information. Does not participate in recognition. |
| WriteInConfig | Represents Write-In element. Used for handwriten fields. Upon recognition clipped as picture and placed in folder. |