Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

HolePunchRemoveCommandLocation Enumeration








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

Syntax
public enum HolePunchRemoveCommandLocation : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
'Declaration
 
Public Enum HolePunchRemoveCommandLocation 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As HolePunchRemoveCommandLocation
public enum HolePunchRemoveCommandLocation : System.IComparable, System.IConvertible, System.IFormattable  
Leadtools.ImageProcessing.Core.HolePunchRemoveCommandLocation = function() { };
Leadtools.ImageProcessing.Core.HolePunchRemoveCommandLocation.prototype = {<br/>
  LeadtoolsMemberMarker(replace me)
 };
public enum class HolePunchRemoveCommandLocation : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
1Left Searches for the hole punch pattern on the left side of the document.
2Right Searches for the hole punch pattern on the right side of the document.
3Top Searches for the hole punch pattern across the top of the document.
4Bottom Searches 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

Error processing SSI file