| Accusoft.FSInvoices Namespace : RuleType Enumeration |
'Declaration Public Enum RuleType Inherits System.Enum
'Usage Dim instance As RuleType
public enum RuleType : System.Enum
__value public enum RuleType : public System.Enum
public enum class RuleType : public System.Enum
| Member | Value | Description |
|---|---|---|
| CurrencyValueRule | 0 | Matches currency values. |
| DataTypeValidationRule | 1 | Validates date type. |
| DefaultConfidenceRule | 2 | Always returns 100 confidence. |
| FieldBoundedRule | 3 | Tests if a field is in a bounded region. |
| InsideBottomCenterZoneRule | 14 | Tests if a field is inside the bottom-center zone of the page. |
| InsideBottomLeftZoneRule | 13 | Tests if a field is inside the bottom-left zone of the page. |
| InsideBottomRightZoneRule | 15 | Tests if a field is inside the bottom-right zone of the page. |
| InsideBottomZoneRule | 12 | Tests if a field is inside the bottom zone of the page. |
| InsideCenterZoneRule | 17 | Tests if a field is inside the center zone of the page. |
| InsideLeftZoneRule | 16 | Tests if a field is inside the left zone of the page. |
| InsideMiddleCenterZoneRule | 10 | Tests if a field is inside the middle-center zone of the page. |
| InsideMiddleLeftZoneRule | 9 | Tests if a field is inside the middle-left zone of the page. |
| InsideMiddleRightZoneRule | 11 | Tests if a field is inside the middle-right zone of the page. |
| InsideMiddleZoneRule | 8 | Tests if a field is inside the middle zone of the page. |
| InsideRightZoneRule | 18 | Tests if a field is inside the right zone of the page. |
| InsideTopCenterZoneRule | 6 | Tests if a field is inside the top-center zone of the page. |
| InsideTopLeftZoneRule | 5 | Tests if a field is inside the top-left zone of the page. |
| InsideTopRightZoneRule | 7 | Tests if a field is inside the top-right zone of the page. |
| InsideTopZoneRule | 4 | Tests if a field is inside the top zone of the page. |
| InvoiceRule | 19 | Tests if this is an invoice. |
| LabelProximityRule | 20 | Determines the distance between the label area and data area. |
| NearKeyValueFieldRule | 21 | Determines if a field is near another specified field. |
System.Object
System.ValueType
System.Enum
Accusoft.FSInvoices.RuleType