GlobalPageSettings
Contents
[
Hide
]GlobalPageSettings class
The global settings applicable to all page elements.
public class GlobalPageSettings
Constructors
| Name | Description |
|---|---|
| GlobalPageSettings() | The default constructor. |
Fields
| Name | Description |
|---|---|
| BatchBarcode | Configuration for batch barcode, placed on each form. Used only in batch processing via BatchOmrEngine |
| BubbleColor | Color of the bubbles |
| BubbleSize | The size of the bubbles |
| FontFamily | The font family of the text |
| FontSize | The size of the text font |
| FontStyle | The style of the text |
| ImagesPaths | Full paths to the images used in generation |
| LongWordHandling | Describes behavior for all cases of a single word dimensions overflowing parent. |
| Multiselect | Sets default behavior for all elements that supports multiple selection of answers Can be overridden by a specific element property, usually “multiselect” By default is set to true true - allow more than one answer per questionfalse - forbid more than one answer per question. Exact behavior specified in Recognize |
| Orientation | Orientation of the page |
| Overflow | Set overflow action for each element on this page. OverflowAction control parent-child relations when child element size overflows allocated parent element size. |
| PageMarginLeft | Left margin of the page on pixels |
| PageMarginRight | Right margin of the page on pixels |
| PaperSize | Paper size |
| ReferencePoints | Set if preferences for Reference Points and it’s markers |
| WritingSystem | Preset of template generation settings. Include directionality (LeftToRight or RightToLeft) and digits usage |
See Also
- namespace Aspose.OMR.Generation
- assembly Aspose.OMR