Leadtools.Workflow.ImageProcessing Namespace : HolePunchRemoveCommandLocation Enumeration |
Flag that indicates the location within the document where the hole punches are that need to be removed.
public enum HolePunchRemoveCommandLocation : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum HolePunchRemoveCommandLocation Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As HolePunchRemoveCommandLocation
public enum class HolePunchRemoveCommandLocation : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000001 | Left | Searches for the hole punch pattern on the left side of the document. |
0x00000002 | Right | Searches for the hole punch pattern on the right side of the document. |
0x00000003 | Top | Searches for the hole punch pattern across the top of the document. |
0x00000004 | Bottom | Searches for the hole punch pattern across the bottom of the document. |
System.Object
System.ValueType
System.Enum
Leadtools.Workflow.ImageProcessing.HolePunchRemoveCommandLocation