LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

RemoveHoles Property

Show in webframe







Gets or set the value that indicates whether to remove all holes from the region that's created internally.
Syntax
public bool RemoveHoles {get; set;}
'Declaration
 
Public Property RemoveHoles As Boolean
'Usage
 
Dim instance As KaufmannRegionCommand
Dim value As Boolean
 
instance.RemoveHoles = value
 
value = instance.RemoveHoles
public bool RemoveHoles {get; set;}

            

            
 
get_RemoveHoles();
set_RemoveHoles(value);
Object.defineProperty('RemoveHoles');
public:
property bool RemoveHoles {
   bool get();
   void set (    bool value);
}

Property Value

Value that indicates whether to remove all holes from the region that's created internally.
Example
Refer to KaufmannRegionCommand.
Requirements

Target Platforms

See Also

Reference

KaufmannRegionCommand Class
KaufmannRegionCommand Members

 

 


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