The area adjustment method for a field comprising a single bubble.
Syntax
'Declaration
Public Enum SingleBubbleAreaAdjustmentMethod
Inherits System.Enum
public enum SingleBubbleAreaAdjustmentMethod : System.Enum
public enum class SingleBubbleAreaAdjustmentMethod : public System.Enum
Members
Member | Value | Description |
AdjustAreaToMatchBubble | 0 |
This method instructs the OmrProcessor to shrink the area of the field to the bubble's edges.
|
UseAreaWithoutAdjustment | 1 |
This method instructs the OmrProcessor to use the area of the field as given without any adjustment.
|
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Accusoft.FormFixSdk.SingleBubbleAreaAdjustmentMethod
See Also