LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Flags Property (HolePunchRemoveCommand)

Show in webframe







Gets or sets a flag that determines the behavior of the hole punch removal process.
Syntax
public HolePunchRemoveCommandFlags Flags {get; set;}
'Declaration
 
Public Property Flags As HolePunchRemoveCommandFlags
'Usage
 
Dim instance As HolePunchRemoveCommand
Dim value As HolePunchRemoveCommandFlags
 
instance.Flags = value
 
value = instance.Flags
public HolePunchRemoveCommandFlags Flags {get; set;}

            

            
 
get_Flags();
set_Flags(value);
Object.defineProperty('Flags');
public:
property HolePunchRemoveCommandFlags Flags {
   HolePunchRemoveCommandFlags get();
   void set (    HolePunchRemoveCommandFlags value);
}

Property Value

Value that determines the behavior of the hole punch removal process.
Example
Refer to HolePunchRemoveCommand.
Requirements

Target Platforms

See Also

Reference

HolePunchRemoveCommand Class
HolePunchRemoveCommand Members

 

 


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