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

ImageRegion Property (DotRemoveActivity)

Show in webframe





This property is updated with a shallow copy of the image that also has a region that contains the removed dots.
Syntax
public WorkflowImage ImageRegion {get;}
'Declaration
 
Public ReadOnly Property ImageRegion As WorkflowImage
'Usage
 
Dim instance As DotRemoveActivity
Dim value As WorkflowImage
 
value = instance.ImageRegion

            

            
public:
property WorkflowImage^ ImageRegion {
   WorkflowImage^ get();
}

Property Value

A shallow copy of the image that also has a region that contains the removed dots.
Remarks
If DotRemoveCommandFlags.SingleRegion| DotRemoveCommandFlags.LeadRegion has been set in Flags, then when DotRemoveActivity returns, this property is updated with a shallow copy of the image that also has a region that contains the removed dots. It is the programmer's responsibility to dispose of the region when it is no longer needed.
Requirements

Target Platforms

See Also

Reference

DotRemoveActivity Class
DotRemoveActivity Members

 

 


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