Flag that indicates the location within the document of the hole punches to remove.
Visual Basic (Declaration) | |
---|---|
Public Enum HolePunchRemoveCommandLocation Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum HolePunchRemoveCommandLocation : Enum |
Managed Extensions for C++ | |
---|---|
__value public enum HolePunchRemoveCommandLocation : public Enum |
C++/CLI | |
---|---|
public enum class HolePunchRemoveCommandLocation : public Enum |
Member | Description |
---|---|
Left | Searches for the hole punch pattern on the left side of the document. |
Right | Searches for the hole punch pattern on the right side of the document. |
Top | Searches for the hole punch pattern across the top of the document. |
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.
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Core.HolePunchRemoveCommandLocation
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family