FormSuite for Invoices v2.1 - Updated
RuleType Enumeration




Accusoft.FSInvoices Namespace : RuleType Enumeration
Defines the rule types that can be run during processing. The RuleTypes in this enumeration can be used to create new RuleDefinitions. No new rule types can be created.
Syntax
'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 
Members
MemberDescription
CurrencyValueRule Matches currency values.
DataTypeValidationRuleThis property has been deprecated. Use DateTypeValidationRule instead. Validates date type.
DateTypeValidationRule Validates date type.
DefaultConfidenceRule Always returns 100 confidence.
FieldBoundedRule Tests if a field is in a bounded region.
InsideBottomCenterZoneRule Tests if a field is inside the bottom-center zone of the page.
InsideBottomLeftZoneRule Tests if a field is inside the bottom-left zone of the page.
InsideBottomRightZoneRule Tests if a field is inside the bottom-right zone of the page.
InsideBottomZoneRule Tests if a field is inside the bottom zone of the page.
InsideCenterZoneRule Tests if a field is inside the center zone of the page.
InsideLeftZoneRule Tests if a field is inside the left zone of the page.
InsideMiddleCenterZoneRule Tests if a field is inside the middle-center zone of the page.
InsideMiddleLeftZoneRule Tests if a field is inside the middle-left zone of the page.
InsideMiddleRightZoneRule Tests if a field is inside the middle-right zone of the page.
InsideMiddleZoneRule Tests if a field is inside the middle zone of the page.
InsideRightZoneRule Tests if a field is inside the right zone of the page.
InsideTopCenterZoneRule Tests if a field is inside the top-center zone of the page.
InsideTopLeftZoneRule Tests if a field is inside the top-left zone of the page.
InsideTopRightZoneRule Tests if a field is inside the top-right zone of the page.
InsideTopZoneRule Tests if a field is inside the top zone of the page.
InvoiceRule Tests if this is an invoice.
LabelProximityRule Determines the distance between the label area and data area.
NearKeyValueFieldRule Determines if a field is near another specified field.
Remarks
Used in the RuleDefinition class.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Accusoft.FSInvoices.RuleType

See Also

Reference

Accusoft.FSInvoices Namespace