'Declaration <DescriptionAttribute("The location of the hole punches to remove.")> <DefaultValueAttribute(Left)> Public Property HolePunchLocation As HolePunchLocation
[Description("The location of the hole punches to remove.")] [DefaultValue(Left)] public HolePunchLocation HolePunchLocation { get; set; }
[Description("The location of the hole punches to remove.")] [DefaultValue(Left)] public: __property HolePunchLocation get_HolePunchLocation(); public: __property void set_HolePunchLocation(
HolePunchLocation value
);
[Description("The location of the hole punches to remove.")] [DefaultValue(Left)] public:
property HolePunchLocation HolePunchLocation { HolePunchLocation get(); void set(HolePunchLocation value); }
Property Value
HolePunchLocation.Undefined - hole punches are removed on the whole image if region of interest is not specified OR in the region of interest if region of interest is specified;
HolePunchLocation.Left - hole punches are removed in the left part (ScanAreaWidth) of the whole image if region of interest is not specified OR in the left part (ScanAreaWidth) of the region of interest if region of interest is specified;
HolePunchLocation.Right - hole punches are removed in the right part (ScanAreaWidth) of the whole image if region of interest is not specified OR in the right part (ScanAreaWidth) of the region of interest if region of interest is specified;
HolePunchLocation.Top - hole punches are removed in the top part (ScanAreaHeight) of the whole image if region of interest is not specified OR in the top part (ScanAreaHeight) of the region of interest if region of interest is specified;
HolePunchLocation.Bottom - hole punches are removed in the bottom part (ScanAreaHeight) of the whole image if region of interest is not specified OR in the bottom part (ScanAreaHeight) of the region of interest if region of interest is specified.
Regions of the hole punch location can be combined.
Default value is HolePunchLocation.Left.
HolePunchLocation.Left - hole punches are removed in the left part (ScanAreaWidth) of the whole image if region of interest is not specified OR in the left part (ScanAreaWidth) of the region of interest if region of interest is specified;
HolePunchLocation.Right - hole punches are removed in the right part (ScanAreaWidth) of the whole image if region of interest is not specified OR in the right part (ScanAreaWidth) of the region of interest if region of interest is specified;
HolePunchLocation.Top - hole punches are removed in the top part (ScanAreaHeight) of the whole image if region of interest is not specified OR in the top part (ScanAreaHeight) of the region of interest if region of interest is specified;
HolePunchLocation.Bottom - hole punches are removed in the bottom part (ScanAreaHeight) of the whole image if region of interest is not specified OR in the bottom part (ScanAreaHeight) of the region of interest if region of interest is specified.
Regions of the hole punch location can be combined.
Default value is HolePunchLocation.Left.