Leadtools.Services.ImageProcessing.DataContracts Namespace : HolePunchRemoveCommandLocation Enumeration |
Indicates the location within the document of the hole punches to remove.
[FlagsAttribute()] [DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="HolePunchRemoveCommandLocation")] public enum HolePunchRemoveCommandLocation : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> <DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="HolePunchRemoveCommandLocation")> Public Enum HolePunchRemoveCommandLocation Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As HolePunchRemoveCommandLocation
[FlagsAttribute()] [DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="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.Services.ImageProcessing.DataContracts.HolePunchRemoveCommandLocation