C#
VB
WinRT C#
C++
Flag that indicates the location within the document of the hole punches to remove.
public enum HolePunchRemoveCommandLocation
Public Enum HolePunchRemoveCommandLocation
public enum HolePunchRemoveCommandLocation
Leadtools.ImageProcessing.Core.HolePunchRemoveCommandLocation = function() { };
Leadtools.ImageProcessing.Core.HolePunchRemoveCommandLocation.prototype = {<br/>
LeadtoolsMemberMarker(replace me)
};
public enum class HolePunchRemoveCommandLocation
Members
Value | Member | Description |
---|---|---|
1 | Left | Searches for the hole punch pattern on the left side of the document. |
2 | Right | Searches for the hole punch pattern on the right side of the document. |
3 | Top | Searches for the hole punch pattern across the top of the document. |
4 | Bottom | Searches for the hole punch pattern across the bottom of the document. |
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