Accusoft.ImagXpress13.Net
EnableRegion Property




Gets and sets whether the region is enabled.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<DescriptionAttribute("Gets and sets whether the region is enabled.")>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BrowsableAttribute(False)>
Public Property EnableRegion As Boolean
'Usage
 
Dim instance As Processor
Dim value As Boolean
 
instance.EnableRegion = value
 
value = instance.EnableRegion
[DefaultValueAttribute()]
[DescriptionAttribute("Gets and sets whether the region is enabled.")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
public bool EnableRegion {get; set;}
[DefaultValueAttribute()]
[DescriptionAttribute("Gets and sets whether the region is enabled.")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
public: __property bool get_EnableRegion();
public: __property void set_EnableRegion( 
   bool value
);
[DefaultValueAttribute()]
[DescriptionAttribute("Gets and sets whether the region is enabled.")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
public:
property bool EnableRegion {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true to enable to the region. Otherwise, false should be used.
Remarks

There are two ways to specify a portion of the image to process: Region or Area.

There can only be one region, and one area specified per processor.

When EnableRegion is set to true, and a region has been defined using this method, all image processing actions apply to the region only.

When EnableArea has been set to true, and an area is defined using SetArea, all image processing actions apply to the area only.

When both a region and an area have been enabled and defined, image processing actions apply to whichever was most recently set.

When neither a region nor an area have been enabled and defined, image processing actions are applied to the entire image.

See Also

Reference

Processor Class
Processor Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback