LEADTOOLS Workflow Image Processing (Leadtools.Workflow.ImageProcessing assembly)

HolePunchRemoveCommandFlags Enumeration

Show in webframe





Values that determine the behavior of the hole punch removal process.

Syntax
[FlagsAttribute()]
public enum HolePunchRemoveCommandFlags : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
<FlagsAttribute()>
Public Enum HolePunchRemoveCommandFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As HolePunchRemoveCommandFlags

            

            
[FlagsAttribute()]
public enum class HolePunchRemoveCommandFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000NoneNo flags.
0x00000001UseDpiThe unit of measure for all properties of the HolePunchRemoveActivity is thousandths of an inch. Use the image's DPI to convert to pixels. This allows the processing of many images with different DPI. If this flag is not set, the unit of measure for all properties of the HolePunchRemoveActivity is pixels.
0x00000002SingleRegionWhen HolePunchRemoveActivity returns, either HolePunchRemoveActivity.ImageRegion or HolePunchRemoveActivity.Region will reference a region that contains all of the removed hole punches. If LeadRegion is also set, HolePunchRemoveActivity.ImageRegion will be updated with a shallow copy of image that has a LEAD region that contains all of the removed hole punches. If LeadRegion is not set, HolePunchRemoveActivity.Region is updated with a Windows region that contains all of the removed hole punches. When the region (either LEAD or Windows) is no longer needed, it must be disposed (either region allocated in HolePunchRemoveActivity.ImageRegion or HolePunchRemoveActivity.Region).
0x00000004LeadRegionWhen HolePunchRemoveActivity returns, HolePunchRemoveActivity.ImageRegion is updated with a shallow copy of the Run method image that also contains a region with all of the removed hole punches. This flag must be used in conjunction with SingleRegion. So set HolePunchRemoveActivity.Flags to SingleRegion | LeadRegion
0x00000020UseSizeUse the HolePunchRemoveActivity.MinimumHoleWidth, HolePunchRemoveActivity.MinimumHoleHeight, HolePunchRemoveActivity.MaximumHoleWidth, HolePunchRemoveActivity.MaximumHoleHeight properties of the HolePunchRemoveActivity to indicate the size of the hole punches to remove If this flag is not set, default values for the four sizes will be used. If HolePunchRemoveCommandFlags.UseDpi is set, the defaults are calculated from the image DPI. Otherwise, the defaults are calculated from the image width and height.
0x00000040UseCountUse the HolePunchRemoveActivity.MinimumHoleCount and HolePunchRemoveActivity.MaximumHoleCount properties of the HolePunchRemoveActivity to indicate the number of hole punches to remove. If this flag is not set, the default values for the two count values will be used. These default values are as follows: HolePunchRemoveActivity.MinimumHoleCount = 3 and HolePunchRemoveActivity.MaximumHoleCount = 3.
0x00000080UseLocationUse the HolePunchRemoveActivity.Location property of the HolePunchRemoveActivity to indicate the location of the hole punches to remove. If this flag is not set, a default of HolePunchRemoveCommandLocation.Left will be used.
Remarks
You can use a bitwise OR (|) to specify one or more flags.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Workflow.ImageProcessing.HolePunchRemoveCommandFlags

Requirements

Target Platforms

See Also

Reference

Leadtools.Workflow.ImageProcessing Namespace

 

 


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