C#
VB
C++
Indicates the location within the document of the hole punches to remove.
[DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="HolePunchRemoveCommandLocation")][FlagsAttribute()]public enum HolePunchRemoveCommandLocation
<FlagsAttribute()><DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="HolePunchRemoveCommandLocation")>Public Enum HolePunchRemoveCommandLocationInherits System.EnumImplements System.IComparable, System.IConvertible, System.IFormattable
[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
Members
| 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. |
You can use a bitwise OR ( ¦ ) to specify one or more flags.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
