Leadtools.Workflow.ImageProcessing Namespace : HolePunchRemoveCommandFlags Enumeration |
Values that determine the behavior of the hole punch removal process.
[FlagsAttribute()] public enum HolePunchRemoveCommandFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum HolePunchRemoveCommandFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As HolePunchRemoveCommandFlags
[FlagsAttribute()] public enum HolePunchRemoveCommandFlags : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Workflow.ImageProcessing.HolePunchRemoveCommandFlags = function() { }; Leadtools.Workflow.ImageProcessing.HolePunchRemoveCommandFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()] public enum class HolePunchRemoveCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
LeadRegion | When 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 |
None | No flags. |
SingleRegion | When 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). |
UseCount | Use 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. |
UseDpi | The 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. |
UseLocation | Use 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. |
UseSize | Use 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. |
System.Object
System.ValueType
System.Enum
Leadtools.Workflow.ImageProcessing.HolePunchRemoveCommandFlags
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2