LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

HolePunchRemoveCommandLocation Enumeration

Show in webframe







Flag that indicates the location within the document of the hole punches to remove.

Syntax
public enum HolePunchRemoveCommandLocation : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum HolePunchRemoveCommandLocation 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As HolePunchRemoveCommandLocation
public enum HolePunchRemoveCommandLocation : System.IComparableSystem.IConvertibleSystem.IFormattable  

            

            
Leadtools.ImageProcessing.Core.HolePunchRemoveCommandLocation = function() { };
Leadtools.ImageProcessing.Core.HolePunchRemoveCommandLocation.prototype = {
Left = 0x00000001, Right = 0x00000002, Top = 0x00000003, Bottom = 0x00000004, };
public enum class HolePunchRemoveCommandLocation : public System.Enum, System.IComparableSystem.IConvertibleSystem.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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Core.HolePunchRemoveCommandLocation

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Core Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.