←Select platform

HolePunchRemoveCommandLocation Enumeration

Summary

Indicates the location within the document of the hole punches to remove.

Syntax

C#
VB
C++
[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 HolePunchRemoveCommandLocation  
   Inherits System.Enum 
   Implements 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

ValueMemberDescription
0x00000001LeftSearches for the hole punch pattern on the left side of the document.
0x00000002RightSearches for the hole punch pattern on the right side of the document.
0x00000003TopSearches for the hole punch pattern across the top of the document.
0x00000004BottomSearches for the hole punch pattern across the bottom of the document.
Remarks

You can use a bitwise OR ( ¦ ) to specify one or more flags.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.ImageProcessing.DataContracts Assembly