LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Status Property (HolePunchRemoveCommandEventArgs)

Show in webframe







Gets or sets the status of the hole punch removal process.
Syntax
public RemoveStatus Status {get; set;}
'Declaration
 
Public Property Status As RemoveStatus
'Usage
 
Dim instance As HolePunchRemoveCommandEventArgs
Dim value As RemoveStatus
 
instance.Status = value
 
value = instance.Status
public RemoveStatus Status {get; set;}

            

            
 
get_Status();
set_Status(value);
Object.defineProperty('Status');
public:
property RemoveStatus Status {
   RemoveStatus get();
   void set (    RemoveStatus value);
}

Property Value

Value that represents the status of the hole punch removal process.
Example
Refer to HolePunchRemoveCommand.
Requirements

Target Platforms

See Also

Reference

HolePunchRemoveCommandEventArgs Class
HolePunchRemoveCommandEventArgs Members

 

 


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