LEADTOOLS Workflow Image Processing (Leadtools.Workflow.ImageProcessing assembly)
LEAD Technologies, Inc

ImageRegion Property (HolePunchRemoveActivity)






This property is updated with a shallow copy of the image that also has a region that contains the hole punches.
Syntax
public WorkflowImage ImageRegion {get;}
'Declaration
 
Public ReadOnly Property ImageRegion As WorkflowImage
'Usage
 
Dim instance As HolePunchRemoveActivity
Dim value As WorkflowImage
 
value = instance.ImageRegion
public WorkflowImage ImageRegion {get;}
 get_ImageRegion(); 
public:
property WorkflowImage^ ImageRegion {
   WorkflowImage^ get();
}

Property Value

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

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

See Also

Reference

HolePunchRemoveActivity Class
HolePunchRemoveActivity Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.